mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 17:38:29 +02:00
9 lines
155 B
Nix
9 lines
155 B
Nix
_: {
|
|
networking = {
|
|
hostName = "ai";
|
|
defaultGateway = "192.168.5.201";
|
|
networkmanager.enable = true;
|
|
};
|
|
system.stateVersion = "23.11";
|
|
}
|