all repos — nixfiles @ ed05fcd74549444ce87a82663ed74c22f0d8c3b5

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

linde: let me administer podman

Alan Pearce
commit

ed05fcd74549444ce87a82663ed74c22f0d8c3b5

parent

9d783e8b3ab6cb82892dd3466f2c367206fc21fb

1 file changed, 1 insertion(+), 1 deletion(-)

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;