Fix ssh, added home.nix for bromine, and fix docker group

This commit is contained in:
2024-07-25 23:12:27 -04:00
parent af2c3219ce
commit 6c8776b68a
4 changed files with 58 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ in
};
config = lib.mkIf cfg.enable {
users.groups.docker = {};
users.users.${cfg.userName} = {
isNormalUser = true;
initialPassword = "12345";