diff --git a/nix/hosts/chaewon/sys.nix b/nix/hosts/chaewon/sys.nix index 8a0442f..40cba43 100644 --- a/nix/hosts/chaewon/sys.nix +++ b/nix/hosts/chaewon/sys.nix @@ -89,6 +89,12 @@ }; }; + services.paperless = { + enable = true; + port = 8050; + passwordFile = config.age.secrets.paperless-password; + }; + system.stateVersion = "23.11"; home-manager.users.priime = { pkgs, ... }: { imports = [ ./home.nix ]; }; }