Revert "mv to systempackage"

This reverts commit 91a9232509.
This commit is contained in:
stubbfel
2017-11-21 22:51:39 +01:00
parent 91a9232509
commit d98fb70130
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";};
};
}