Update b12f for paperless

This commit is contained in:
Benjamin Bädorf 2023-02-07 15:56:30 +01:00
parent 892aa2e4fa
commit b6b7720382
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C
4 changed files with 14 additions and 10 deletions

View file

@ -221,11 +221,11 @@
}, },
"latest": { "latest": {
"locked": { "locked": {
"lastModified": 1675115703, "lastModified": 1675673983,
"narHash": "sha256-4zetAPSyY0D77x+Ww9QBe8RHn1akvIvHJ/kgg8kGDbk=", "narHash": "sha256-8hzNh1jtiPxL5r3ICNzSmpSzV7kGb3KwX+FS5BWJUTo=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2caf4ef5005ecc68141ecb4aac271079f7371c44", "rev": "5a350a8f31bb7ef0c6e79aea3795a890cf7743d4",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -237,11 +237,11 @@
}, },
"master": { "master": {
"locked": { "locked": {
"lastModified": 1675254005, "lastModified": 1675775932,
"narHash": "sha256-n1qq2Qcz7DvPiB6emdRk/dx4uUgaFy0ojgKg3NBIwTU=", "narHash": "sha256-ysv4pFsZBU+/CZ01LbQW2T9HxRcR0LXBcAP1vYWQZag=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "1efc432d4f72c0e3146c1dd2e8a3ffa705be8a04", "rev": "e521a883757b06720d28d4a303e0b4f7f0d7fcfc",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -268,11 +268,11 @@
}, },
"nixos": { "nixos": {
"locked": { "locked": {
"lastModified": 1675154384, "lastModified": 1675681488,
"narHash": "sha256-gUXzyTS3WsO3g2Rz0qOYR2a26whkyL2UfTr1oPH9mm8=", "narHash": "sha256-0E/oYpixC+joFk7UrY60TwZcdthzP2BXmJwne3Ni8ZI=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "0218941ea68b4c625533bead7bbb94ccce52dceb", "rev": "13fdd3945d8a2da5e4afe35d8a629193a9680911",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -37,6 +37,8 @@ in {
runnerVarsFile = config.age.secrets.drone-runner-exec-config.path; runnerVarsFile = config.age.secrets.drone-runner-exec-config.path;
}; };
pub-solar.paperless.scannerDefaultDevice = "hp3900:libusb:005:002";
services.openssh.openFirewall = true; services.openssh.openFirewall = true;
networking.firewall.allowedTCPPorts = networking.firewall.allowedTCPPorts =
[443] [443]

View file

@ -31,6 +31,7 @@ channels: final: prev: {
inherit inherit
(channels.master) (channels.master)
factorio-headless factorio-headless
paperless-ngx
; ;
haskellPackages = haskellPackages =

View file

@ -42,8 +42,9 @@ in {
}; };
paperless = { paperless = {
enable = false; enable = true;
ocrLanguage = "nld+deu"; ocrLanguage = "nld+deu";
consumptionDir = "/home/${psCfg.user.name}/Documents/Scans";
}; };
arduino.enable = true; arduino.enable = true;
email.enable = true; email.enable = true;