Files
nix-config-ryan4yin/hosts/idols/ai/nixos-installer/configuration.nix
2023-12-22 12:07:37 +08:00

9 lines
155 B
Nix

_: {
networking = {
hostName = "ai";
defaultGateway = "192.168.5.201";
networkmanager.enable = true;
};
system.stateVersion = "23.11";
}