summaryrefslogtreecommitdiff
path: root/modules/users
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-02-22 15:39:38 -0700
committerDevin Finlinson <devin.finlinson@pm.me>2024-02-22 15:39:38 -0700
commitf06c0cbefa7722680a0510a610cb321a9126a462 (patch)
tree2a895052e1631f20ba49ae2eb6b1ffabd88af96c /modules/users
parent7a977be46240b1a4e67afc2354e92f6d966c3382 (diff)
better way to use docker in nix
Diffstat (limited to 'modules/users')
-rw-r--r--modules/users/defin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/users/defin.nix b/modules/users/defin.nix
index b437692..139845f 100644
--- a/modules/users/defin.nix
+++ b/modules/users/defin.nix
@@ -7,7 +7,7 @@
users.defin = {
isNormalUser = true;
description = "Devin Finlinson";
- extraGroups = [ "wheel" "builders" "video" "input"]; # Enable ‘sudo’ for the user.
+ extraGroups = [ "wheel" "builders" "video" "input" "docker"]; # (wheel) Enable ‘sudo’ for the user.
shell = pkgs.nushell;
hashedPassword = "$6$UljPNAdxZ22lP3Bc$8VaEAacZxtXM3Zji2IA7Jf5fXs9pFnAVQff1d8IbfFOKCvjibceyopOAjRXa8lXtpOSJgPW1OO1dzOspqhWnz0";