1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-03 04:03:08 +00:00
This commit is contained in:
Rae 5e 2025-01-18 10:19:07 -05:00
parent c3b8705bcb
commit c9e6ab6e8b
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
2 changed files with 8 additions and 1 deletions

View file

@ -132,9 +132,11 @@
];
};
virtualisation.docker.enable = true;
users.users.rae = {
isNormalUser = true;
extraGroups = [ "wheel" ];
extraGroups = [ "wheel" "docker" ];
hashedPassword = "$y$j9T$YPq.Kl8rss1JmJ5Vg6cHE/$2kdfzCkkhaO.I4u714EQnS/ZFert5byisiRVxtC.9G2";
shell = pkgs.fish;
};