diff options
| author | Christian <[email protected]> | 2026-06-30 21:09:31 -0500 |
|---|---|---|
| committer | Christian <[email protected]> | 2026-06-30 21:12:33 -0500 |
| commit | 2a7bdca90c3301b884a4f0452f48a07fbb4f19d7 (patch) | |
| tree | 606596004d502a7a1679b3db171e4497f37bf8f8 /hosts/desktop | |
| parent | b437572218d931eabb418e99740311e8e88c31f8 (diff) | |
Configurable wireguard module and separate ips for desktop and laptop
Diffstat (limited to 'hosts/desktop')
| -rw-r--r-- | hosts/desktop/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 5477d04..608af3e 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -24,6 +24,8 @@ boot.loader.efi.canTouchEfiVariables = false; boot.loader.efi.efiSysMountPoint = "/boot/efi"; + custom.wireguardAddress = "10.67.40.4/32"; + networking.hostName = "desktop"; networking.wireless.iwd.enable = true; networking.networkmanager.wifi.backend = "iwd"; |
