Add wheatley (rpi2b/pihole) to configs

This commit is contained in:
Lillian Violet 2024-01-08 15:58:04 +01:00
parent d4ae132157
commit 0809cee86d
3 changed files with 233 additions and 0 deletions

View file

@ -103,5 +103,15 @@
];
};
};
nixosConfigurations = {
wheatley = nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs outputs;};
modules = [
# > Our main nixos configuration file <
./nixos/hosts/GLaDOS/configuration.nix
sops-nix.nixosModules.sops
];
};
};
};
}