Fix ssh, added home.nix for bromine, and fix docker group
This commit is contained in:
@@ -13,6 +13,7 @@ in
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
users.groups.docker = {};
|
||||
users.users.${cfg.userName} = {
|
||||
isNormalUser = true;
|
||||
initialPassword = "12345";
|
||||
|
||||
Reference in New Issue
Block a user