Compare commits

..

2 commits

Author SHA1 Message Date
c2e0c3cdc2 Reduce kept generations 2024-05-11 11:48:11 -04:00
e2f8656c67 Impermanence for orangepihole 2024-05-11 11:44:10 -04:00

View file

@ -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 = {