feat: docker

This commit is contained in:
s-prechtl 2024-09-17 22:27:18 +02:00
parent add58bcc68
commit 12572ddc57
2 changed files with 10 additions and 1 deletions

View file

@ -23,7 +23,7 @@ in {
users.users.${cfg.username} = {
isNormalUser = true;
initialPassword = "12345";
extraGroups = ["input" "networkmanager" "wheel"];
extraGroups = [ "docker" "input" "networkmanager" "wheel"];
description = "Stefan";
shell = pkgs.zsh;
};