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