1
0
Fork 0

fix(nix): add paperless configuration

This commit is contained in:
Lucas Sta Maria 2025-08-18 13:34:37 +00:00
parent 6738785912
commit 1499edc4db
Signed by: lucas
GPG key ID: F07FB16A826E3B47
4 changed files with 20 additions and 0 deletions

View file

@ -89,6 +89,12 @@
};
};
services.paperless = {
enable = true;
port = 8050;
passwordFile = config.age.secrets.paperless-password.path;
};
system.stateVersion = "23.11";
home-manager.users.priime = { pkgs, ... }: { imports = [ ./home.nix ]; };
}