Compare commits

...

3 commits

Author SHA1 Message Date
teutat3s 09b8cc835f
paperless: extraConfig renamed to settings 2024-06-12 22:38:36 +02:00
teutat3s e23ec52b44
nix-index: use updated fork version 2024-06-12 22:38:35 +02:00
teutat3s 3fa8ba728a
flake.lock: Update
Flake lock file updates:

• Updated input 'deploy-rs':
    'github:serokell/deploy-rs/9c3147639c233f80d333fe81f463b0a87fc49764' (2024-06-10)
  → 'github:serokell/deploy-rs/ea0aaeb222ed07722b05ef2d8fbb840df4f77c49' (2024-06-11)
• Updated input 'nixos-flake':
    'github:srid/nixos-flake/aa9100167350cbdffaa272b0fd382d7c23606b86' (2024-05-22)
  → 'github:srid/nixos-flake/c23ce31c707c3e4b699312ab9c80a4a003e893b1' (2024-06-11)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/2819fffa7fa42156680f0d282c60d81e8fb185b7' (2024-06-09)
  → 'github:nixos/nixpkgs/47b604b07d1e8146d5398b42d3306fdebd343986' (2024-06-11)
• Updated input 'unstable':
    'github:nixos/nixpkgs/051f920625ab5aabe37c920346e3e69d7d34400e' (2024-06-07)
  → 'github:nixos/nixpkgs/c7b821ba2e1e635ba5a76d299af62821cbcb09f3' (2024-06-09)
2024-06-12 22:38:35 +02:00
3 changed files with 17 additions and 17 deletions

View file

@ -38,11 +38,11 @@
"utils": "utils"
},
"locked": {
"lastModified": 1718020088,
"narHash": "sha256-zi/5nEeOiDEKWvXYlW4nYQIVQeLihytUn/c0dbIy5ek=",
"lastModified": 1718111523,
"narHash": "sha256-AeJpRoIT4H+MLLgd+F8HUPA+6hOXRiSOZ5RpmNP9Xvg=",
"owner": "serokell",
"repo": "deploy-rs",
"rev": "9c3147639c233f80d333fe81f463b0a87fc49764",
"rev": "ea0aaeb222ed07722b05ef2d8fbb840df4f77c49",
"type": "github"
},
"original": {
@ -203,11 +203,11 @@
},
"nixos-flake": {
"locked": {
"lastModified": 1716406291,
"narHash": "sha256-qHjJ6alc4o3p51hrPp3JGdC5Pbz5EjF+UZq1HbK8av0=",
"lastModified": 1718149389,
"narHash": "sha256-Bom7owfn/piwRum+VmsRSGAjvnlhDEeE60IONzIQffs=",
"owner": "srid",
"repo": "nixos-flake",
"rev": "aa9100167350cbdffaa272b0fd382d7c23606b86",
"rev": "c23ce31c707c3e4b699312ab9c80a4a003e893b1",
"type": "github"
},
"original": {
@ -233,11 +233,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1717952948,
"narHash": "sha256-mJi4/gjiwQlSaxjA6AusXBN/6rQRaPCycR7bd8fydnQ=",
"lastModified": 1718086528,
"narHash": "sha256-hoB7B7oPgypePz16cKWawPfhVvMSXj4G/qLsfFuhFjw=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "2819fffa7fa42156680f0d282c60d81e8fb185b7",
"rev": "47b604b07d1e8146d5398b42d3306fdebd343986",
"type": "github"
},
"original": {
@ -405,11 +405,11 @@
},
"unstable": {
"locked": {
"lastModified": 1717786204,
"narHash": "sha256-4q0s6m0GUcN7q+Y2DqD27iLvbcd1G50T2lv08kKxkSI=",
"lastModified": 1717974879,
"narHash": "sha256-GTO3C88+5DX171F/gVS3Qga/hOs/eRMxPFpiHq2t+D8=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "051f920625ab5aabe37c920346e3e69d7d34400e",
"rev": "c7b821ba2e1e635ba5a76d299af62821cbcb09f3",
"type": "github"
},
"original": {

View file

@ -20,7 +20,7 @@ in {
consumptionDir = consumptionDir;
dataDir = dataDir;
address = "127.0.0.1";
extraConfig = {
settings = {
PAPERLESS_ADMIN_USER = psCfg.user.name;
PAPERLESS_AUTO_LOGIN_USERNAME = psCfg.user.name;
PAPERLESS_URL = "https://paperless.faenix.eu";

View file

@ -4,15 +4,15 @@ final: prev: {
src = prev.fetchFromGitHub {
owner = "teutat3s";
repo = "nix-index";
rev = "e2d1917f474083f6d5a2c3368a6073f6427c19e4";
hash = "sha256-3nTphxyqI6Hci7yJ2bKLcgdRl2qOY3BzUqoIl1YmmsA=";
rev = "d8ee4d9fe63f7895acaad97bc228a077c57f871e";
hash = "sha256-fcGHfG2K0Q4YWH4WSCtC0WNy/4HgfSLk91gLeyne6ts=";
};
version = "unstable-2023-11-25";
version = "unstable-2024-06-12";
cargoDeps = oldAttrs.cargoDeps.overrideAttrs (prev.lib.const {
name = "${pname}-vendor.tar.gz";
inherit src;
outputHash = "sha256-x4oejbS1/L3WkN2S6PzvJni9UasRTP3TVVp3Ur9ge8U=";
outputHash = "sha256-pZCGeZK5AJrxcrqXC5NZhGDda+90rRdWXy00CYD8SYY=";
});
postInstall = ''