mv to systempackage
This commit is contained in:
@@ -12,6 +12,6 @@ in
|
||||
users = {
|
||||
defaultUserShell = pkgs.zsh;
|
||||
extraUsers.sshuser = myPublicSshKeys // { isNormalUser = true; home = "/home/sshuser";};
|
||||
extraUsers.nextcloud = myPublicSshKeys // { isNormalUser = true; home = "/home/nextcloud";};
|
||||
# extraUsers.nextcloud = myPublicSshKeys // { isNormalUser = true; home = "/home/nextcloud";};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user