add news2kintle module and service
This commit is contained in:
@@ -12,7 +12,6 @@ in
|
||||
users = {
|
||||
defaultUserShell = pkgs.zsh;
|
||||
extraUsers.sshuser = myPublicSshKeys // { isNormalUser = true; home = "/home/sshuser";};
|
||||
extraUsers.calibre = myPublicSshKeys // { isNormalUser = true; home = "/home/calibre"; packages = [pkgs.xvfb_run pkgs.calibre]};
|
||||
extraUsers.nextcloud = myPublicSshKeys // { isNormalUser = true; home = "/home/nextcloud"; group = "nextcloud";};
|
||||
extraGroups.nexdcloud.name = "nextcloud";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user