fix(nix): add paperless configuration
This commit is contained in:
parent
6738785912
commit
1499edc4db
4 changed files with 20 additions and 0 deletions
|
@ -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 ]; };
|
||||
}
|
||||
|
|
|
@ -3,5 +3,6 @@
|
|||
age.secrets = {
|
||||
forgejo-runner-token.file = ../../secrets/forgejo-runner-token.age;
|
||||
readeck-secret-key.file = ../../secrets/readeck-secret-key.age;
|
||||
paperless-password.file = ../../secrets/paperless-password.age;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue