summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2025-02-09 14:40:33 +0100
committerAlan Pearce2025-02-09 14:40:33 +0100
commited05fcd74549444ce87a82663ed74c22f0d8c3b5 (patch)
treea7b85bedb3d12589babe92586f0294625d0bba72
parent9d783e8b3ab6cb82892dd3466f2c367206fc21fb (diff)
downloadnixfiles-ed05fcd74549444ce87a82663ed74c22f0d8c3b5.tar.lz
nixfiles-ed05fcd74549444ce87a82663ed74c22f0d8c3b5.tar.zst
nixfiles-ed05fcd74549444ce87a82663ed74c22f0d8c3b5.zip
linde: let me administer podman
-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;