mv to systempackage

This commit is contained in:
stubbfel
2017-11-21 22:37:45 +01:00
parent f9aecace01
commit 91a9232509
3 changed files with 3 additions and 3 deletions

View File

@@ -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";};
};
}