Compare commits
No commits in common. "50d1bf7564131dd115f6c0ecca117a426a9c3c17" and "b5341635d91ae9332b49b22eee7fa25f5edf40ed" have entirely different histories.
50d1bf7564
...
b5341635d9
2 changed files with 0 additions and 10 deletions
|
|
@ -11,9 +11,6 @@ in
|
|||
|
||||
services.calibre-web = {
|
||||
enable = true;
|
||||
package = pkgs.calibre-web.overridePythonAttrs (old: {
|
||||
dependencies = old.dependencies ++ old.optional-dependencies.kobo;
|
||||
});
|
||||
group = "media";
|
||||
listen.ip = "::1";
|
||||
listen.port = port;
|
||||
|
|
|
|||
|
|
@ -55,13 +55,6 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
users.groups.git = { };
|
||||
users.users.git = {
|
||||
isSystemUser = true;
|
||||
createHome = false;
|
||||
group = "git";
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ sshPort ];
|
||||
|
||||
services.nginx.virtualHosts.${domain} = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue