From fff031e24c601e6ce09bb6261b74fe64ea2639bf Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Fri, 2 Aug 2024 19:50:10 +0200 Subject: [PATCH] added user settings to incus file --- laptop/incus.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/laptop/incus.nix b/laptop/incus.nix index a95e662..687e5af 100644 --- a/laptop/incus.nix +++ b/laptop/incus.nix @@ -9,5 +9,10 @@ incus lxc ]; + users.users.geir = { + extraGroups = [ + "incus-admin" + ]; + }; networking.firewall.allowedTCPPorts = [ 8443 ]; }