box: disable paperless, have fun run for multi-user target
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
{
|
||||
services.paperless = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
consumptionDirIsPublic = true;
|
||||
extraConfig.PAPERLESS_AUTO_LOGIN_USERNAME = "admin";
|
||||
};
|
||||
@@ -18,6 +18,7 @@
|
||||
path = [
|
||||
pkgs.fava
|
||||
];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
before = [ "nginx.service" ];
|
||||
serviceConfig = {
|
||||
User = "anish";
|
||||
|
||||
Reference in New Issue
Block a user