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 {
|
||||
system = "aarch64-linux";
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
impermanence.nixosModules.impermanence
|
||||
./systems/orangepihole/configuration.nix
|
||||
];
|
||||
modules = [ ./systems/orangepihole/configuration.nix ];
|
||||
};
|
||||
};
|
||||
deploy = {
|
||||
|
|
Loading…
Reference in a new issue