add podman and docker to crow user

This commit is contained in:
TheWanderingCrow 2025-05-05 09:48:13 -04:00
parent 7d28f3a730
commit 85ea6e7e8c

View file

@ -7,7 +7,7 @@
users.users.crow = lib.mkIf config.user.crow.enable {
isNormalUser = true;
hashedPassword = "$y$j9T$wDC7wMJxCLNvdf8L8s6jZ.$U06F381x07fzu.updEsoegiWtbFvsrRJ7DLN9gR7un0";
extraGroups = ["wheel" "networkmanager" "audio" "plugdev" "dialout" "input" "uinput"];
extraGroups = ["wheel" "networkmanager" "audio" "plugdev" "dialout" "input" "uinput" "docker" "podman"];
openssh.authorizedKeys.keyFiles = [
inputs.nix-secrets.keys.default
];