From 184d65682d1c6f825660df13d76167041b6ab65c Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 1 Dec 2023 20:33:50 +0900 Subject: [PATCH] Update --- nixos/users/albert/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/users/albert/default.nix b/nixos/users/albert/default.nix index 349028bf..c86bc380 100644 --- a/nixos/users/albert/default.nix +++ b/nixos/users/albert/default.nix @@ -10,7 +10,7 @@ in { description = "Albert J. Copeland"; # video is required for the "light" command to work extraGroups = [ "networkmanager" "wheel" ] - ++ ifExists [ "video" ] + ++ ifExists [ "video" ] ++ ifExists [ "docker" ]; # mkpasswd -m sha-512 hashedPassword = "$y$j9T$wKLsIWaA4Gf63RvjedwLJ0$EHKL6BBJV0CAxEKcHHjaBqW085KJ/MGvmbyWzmcWOy6";