this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

box: disable paperless, have fun run for multi-user target

+2 -1
+2 -1
hosts/profiles/finance/default.nix
··· 2 2 3 3 { 4 4 services.paperless = { 5 - enable = true; 5 + enable = false; 6 6 consumptionDirIsPublic = true; 7 7 extraConfig.PAPERLESS_AUTO_LOGIN_USERNAME = "admin"; 8 8 }; ··· 18 18 path = [ 19 19 pkgs.fava 20 20 ]; 21 + wantedBy = [ "multi-user.target" ]; 21 22 before = [ "nginx.service" ]; 22 23 serviceConfig = { 23 24 User = "anish";