summary refs log tree commit diff stats
path: root/system/linde.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/linde.nix')
-rw-r--r--system/linde.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/linde.nix b/system/linde.nix
index 07e7c734..57921916 100644
--- a/system/linde.nix
+++ b/system/linde.nix
@@ -292,7 +292,7 @@ in
   };
   users.users.alan = {
     shell = "/run/current-system/sw/bin/fish";
-    extraGroups = [ "wheel" "caddy" "docker" "laminar" "transmission" ];
+    extraGroups = [ "wheel" "caddy" "docker" "podman" "laminar" "transmission" ];
     isNormalUser = true;
     home = "/home/alan";
     createHome = true;