Add wheatley (rpi2b/pihole) to configs
This commit is contained in:
parent
d4ae132157
commit
0809cee86d
3 changed files with 233 additions and 0 deletions
10
flake.nix
10
flake.nix
|
@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue