devices.srv1.node3: fix

This commit is contained in:
陈浩南 2024-09-20 16:11:33 +08:00
parent 3c02cb54c5
commit 5df233c831

View File

@ -8,7 +8,7 @@ inputs:
{ {
nixpkgs.march = "broadwell"; nixpkgs.march = "broadwell";
networking.networkd.static.eno2 = networking.networkd.static.eno2 =
{ ip = "192.168.178.3"; mask = 24; gateway = "192.168.178.1"; dns = "192.168.178.1"; }; { ip = "192.168.178.4"; mask = 24; gateway = "192.168.178.1"; dns = "192.168.178.1"; };
cluster.nodeType = "worker"; cluster.nodeType = "worker";
initrd.sshd.enable = true; initrd.sshd.enable = true;
nix.remote.slave.enable = true; nix.remote.slave.enable = true;