diff options
author | Alan Pearce | 2025-02-09 14:40:33 +0100 |
---|---|---|
committer | Alan Pearce | 2025-02-09 14:40:33 +0100 |
commit | ed05fcd74549444ce87a82663ed74c22f0d8c3b5 (patch) | |
tree | a7b85bedb3d12589babe92586f0294625d0bba72 | |
parent | 9d783e8b3ab6cb82892dd3466f2c367206fc21fb (diff) | |
download | nixfiles-ed05fcd74549444ce87a82663ed74c22f0d8c3b5.tar.lz nixfiles-ed05fcd74549444ce87a82663ed74c22f0d8c3b5.tar.zst nixfiles-ed05fcd74549444ce87a82663ed74c22f0d8c3b5.zip |
linde: let me administer podman
-rw-r--r-- | system/linde.nix | 2 |
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; |