devices.nas: set static ip

This commit is contained in:
2025-09-06 17:26:54 +08:00
parent f793e2d42a
commit bb7ca773c0

View File

@@ -25,7 +25,7 @@ inputs:
};
initrd.sshd = {};
nixpkgs.march = "alderlake";
network = {};
network.static.enp3s0 = { ip = "192.168.1.2"; mask = 24; gateway = "192.168.1.1"; dns = "192.168.1.1"; };
kernel.patches = [ "btrfs" ];
};
hardware.gpu.type = "intel";