Compare commits

...

2 commits

Author SHA1 Message Date
f7599b510a
add domain 2025-09-06 22:22:10 +02:00
42a69a2f85
flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/fbcf476f790d8a217c3eab4e12033dc4a0f6d23c?narHash=sha256-wNO3%2BKs2jZJ4nTHMuks%2BcxAiVBGNuEBXsT29Bz6HASo%3D' (2025-08-14)
  → 'github:NixOS/nixpkgs/d0fc30899600b9b3466ddb260fd83deb486c32f1?narHash=sha256-rw/PHa1cqiePdBxhF66V7R%2BWAP8WekQ0mCDG4CFqT8Y%3D' (2025-09-02)
2025-09-06 22:20:00 +02:00
2 changed files with 4 additions and 3 deletions

View file

@ -5,6 +5,7 @@
consumptionDirIsPublic = true; consumptionDirIsPublic = true;
address = "10.8.1.7"; address = "10.8.1.7";
user = "paperless"; user = "paperless";
domain = "paperless.annika.mainberger.name";
database.createLocally = true; database.createLocally = true;
mediaDir = "/mnt/paperless_dir/media/"; mediaDir = "/mnt/paperless_dir/media/";
settings = { settings = {

6
flake.lock generated
View file

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1755186698, "lastModified": 1756787288,
"narHash": "sha256-wNO3+Ks2jZJ4nTHMuks+cxAiVBGNuEBXsT29Bz6HASo=", "narHash": "sha256-rw/PHa1cqiePdBxhF66V7R+WAP8WekQ0mCDG4CFqT8Y=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "fbcf476f790d8a217c3eab4e12033dc4a0f6d23c", "rev": "d0fc30899600b9b3466ddb260fd83deb486c32f1",
"type": "github" "type": "github"
}, },
"original": { "original": {