System Gen164 @ 2025-04-23-23:34:09

This commit is contained in:
Jonas Röger 2025-04-23 23:34:10 +02:00
parent 14f23810f1
commit 3cf3a6b0be
2 changed files with 2 additions and 2 deletions

View File

@ -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";

View File

@ -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.