all repos — nixfiles @ ed05fcd74549444ce87a82663ed74c22f0d8c3b5

System and user configuration, managed by nix and home-manager

linde: let me administer podman
Alan Pearce alan@alanpearce.eu
Sun, 09 Feb 2025 14:40:33 +0100
commit

ed05fcd74549444ce87a82663ed74c22f0d8c3b5

parent

9d783e8b3ab6cb82892dd3466f2c367206fc21fb

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M system/linde.nixsystem/linde.nix
@@ -292,7 +292,7 @@ ];   };
   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;