Compare commits

..

No commits in common. "50d1bf7564131dd115f6c0ecca117a426a9c3c17" and "b5341635d91ae9332b49b22eee7fa25f5edf40ed" have entirely different histories.

2 changed files with 0 additions and 10 deletions

View file

@ -11,9 +11,6 @@ in
services.calibre-web = { services.calibre-web = {
enable = true; enable = true;
package = pkgs.calibre-web.overridePythonAttrs (old: {
dependencies = old.dependencies ++ old.optional-dependencies.kobo;
});
group = "media"; group = "media";
listen.ip = "::1"; listen.ip = "::1";
listen.port = port; listen.port = port;

View file

@ -55,13 +55,6 @@ in
}; };
}; };
users.groups.git = { };
users.users.git = {
isSystemUser = true;
createHome = false;
group = "git";
};
networking.firewall.allowedTCPPorts = [ sshPort ]; networking.firewall.allowedTCPPorts = [ sshPort ];
services.nginx.virtualHosts.${domain} = { services.nginx.virtualHosts.${domain} = {