Disable pixiecore in hut for now

This commit is contained in:
Rodrigo Arias 2023-08-25 13:21:00 +02:00
parent 815888fb07
commit 3416416864
2 changed files with 10 additions and 1 deletions

View File

@ -9,7 +9,7 @@
./nfs.nix
./slurm-daemon.nix
./ceph.nix
./pxe.nix
#./pxe.nix
agenix.nixosModules.default
];

View File

@ -22,5 +22,14 @@ let
'';
in
{
## We need a DHCP server to provide the IP
#services.dnsmasq = {
# enable = true;
# settings = {
# domain-needed = true;
# dhcp-range = [ "192.168.0.2,192.168.0.254" ];
# };
#};
environment.systemPackages = [ script ];
}