Files
nix-config/hosts/idols/ai/nixos-installer/configuration.nix
T
Ryan Yin b12af73ff6 fix: increase of tmpfs's size by mount a btrfs subvolume for it
feat: migrate nixos-installer from a separate branch into a folder
2023-12-22 00:13:21 +08:00

10 lines
188 B
Nix

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