From 3cf3a6b0bede310f1bde2ba290a62435e79e2f95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Wed, 23 Apr 2025 23:34:10 +0200 Subject: [PATCH] System Gen164 @ 2025-04-23-23:34:09 --- modules/networking/wireguard/peers.nix | 2 +- modules/services/virt-manager.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/networking/wireguard/peers.nix b/modules/networking/wireguard/peers.nix index 4afd9de..89bb202 100644 --- a/modules/networking/wireguard/peers.nix +++ b/modules/networking/wireguard/peers.nix @@ -3,7 +3,7 @@ publicKey = "aFl1ILLtKQkXctqzMZQxgnfLtSrKabs4NO2fZExeKWE="; # Forward all trafic to the VPN. - allowedIPs = ["10.10.10.0/24"]; + allowedIPs = ["10.10.10.1/24"]; # Server endpoint to connect to. endpoint = "173.249.42.252:51820"; diff --git a/modules/services/virt-manager.nix b/modules/services/virt-manager.nix index 631c994..669ee18 100644 --- a/modules/services/virt-manager.nix +++ b/modules/services/virt-manager.nix @@ -15,7 +15,7 @@ in { ''; }; forUsers = lib.mkOption { - type = lib.types.listOf lib.types.string; + type = lib.types.listOf lib.types.singleLineStr; default = []; description = '' List of users that should be added to the libvirt group.