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