Disable pixiecore in hut for now
This commit is contained in:
parent
815888fb07
commit
3416416864
@ -9,7 +9,7 @@
|
||||
./nfs.nix
|
||||
./slurm-daemon.nix
|
||||
./ceph.nix
|
||||
./pxe.nix
|
||||
#./pxe.nix
|
||||
agenix.nixosModules.default
|
||||
];
|
||||
|
||||
|
@ -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 ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user