aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix')
-rw-r--r--nix/users/fcuny/nixos.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/users/fcuny/nixos.nix b/nix/users/fcuny/nixos.nix
index c030327..4cc80bd 100644
--- a/nix/users/fcuny/nixos.nix
+++ b/nix/users/fcuny/nixos.nix
@@ -8,7 +8,7 @@
users.users.fcuny = {
isNormalUser = true;
home = "/home/fcuny";
- extraGroups = [ "docker" "wheel" ];
+ extraGroups = [ "docker" "wheel" "podman" ];
shell = pkgs.fish;
hashedPassword =
"$6$U4GoqhuHgdr.h0JP$C/BKslQfOpPJ5lUzrTeQh6i859R/jEKYSF9MaRhWYo5VG6aCDKsvb5xKSifH4nQt6okJixG9ceFh..Mnt93Jt/";