diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/ganymede/config.nix | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/hosts/ganymede/config.nix b/hosts/ganymede/config.nix index b2feb60..7f32a59 100644 --- a/hosts/ganymede/config.nix +++ b/hosts/ganymede/config.nix @@ -22,12 +22,14 @@ services = { networking = { enable = true; - static = { + networkd = { enable = true; ssid = "williams"; - pskFile = "williams-psk"; - ip = "192.168.50.2"; - gateway = "192.168.50.1"; + pskFile = config.collinux.secrets."williams-psk".path; + static = { + ip = "192.168.50.2/24"; + gateway = "192.168.50.1"; + }; }; tailscale.enable = true; sshd.enable = true; |
