Compare commits
2 commits
c2e0c3cdc2
...
778b631bdc
Author | SHA1 | Date | |
---|---|---|---|
778b631bdc | |||
e676d00682 |
1 changed files with 4 additions and 1 deletions
|
@ -60,7 +60,10 @@
|
||||||
orangepihole = nixpkgs.lib.nixosSystem {
|
orangepihole = nixpkgs.lib.nixosSystem {
|
||||||
system = "aarch64-linux";
|
system = "aarch64-linux";
|
||||||
specialArgs = { inherit inputs; };
|
specialArgs = { inherit inputs; };
|
||||||
modules = [ ./systems/orangepihole/configuration.nix ];
|
modules = [
|
||||||
|
impermanence.nixosModules.impermanence
|
||||||
|
./systems/orangepihole/configuration.nix
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
deploy = {
|
deploy = {
|
||||||
|
|
Loading…
Reference in a new issue