Compare commits

..

2 commits

Author SHA1 Message Date
778b631bdc Reduce kept generations 2024-05-11 11:50:41 -04:00
e676d00682 Impermanence for orangepihole 2024-05-11 11:50:41 -04:00

View file

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