removed a defuault channel from tiny, fixed copyparty hist.
This commit is contained in:
parent
9054a520b0
commit
27e0fabef7
3 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,6 @@
|
||||||
"##rust"
|
"##rust"
|
||||||
"#zig"
|
"#zig"
|
||||||
"#git"
|
"#git"
|
||||||
"#kernel"
|
|
||||||
"#hardware"
|
"#hardware"
|
||||||
"#lobsters"
|
"#lobsters"
|
||||||
"#gamingonlinux"
|
"#gamingonlinux"
|
||||||
|
|
6
flake.lock
generated
6
flake.lock
generated
|
@ -10,11 +10,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1745400750,
|
"lastModified": 1745857151,
|
||||||
"narHash": "sha256-sXLl6fuWPyZll4ok1b1pbxJLJ5ZnK/NUfL8+SK42P5Q=",
|
"narHash": "sha256-v4wL3JctNWtAFzRdNznpql4ug8PneHCcskJIfqIpLTw=",
|
||||||
"owner": "gabevenberg",
|
"owner": "gabevenberg",
|
||||||
"repo": "copyparty",
|
"repo": "copyparty",
|
||||||
"rev": "a54e950ecca45225d94c5e982e2dd3453c09ea22",
|
"rev": "e53f9e34b7c85e2804ac9c93d3f8294a597bfca1",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -44,6 +44,7 @@ in {
|
||||||
log-utc = true;
|
log-utc = true;
|
||||||
ah-alg = "argon2";
|
ah-alg = "argon2";
|
||||||
ah-salt = "ImSaltyAboutNonPersistentSalts";
|
ah-salt = "ImSaltyAboutNonPersistentSalts";
|
||||||
|
hist="/var/lib/copyparty";
|
||||||
};
|
};
|
||||||
accounts = lib.mkIf (inputs ? nix-secrets) (
|
accounts = lib.mkIf (inputs ? nix-secrets) (
|
||||||
builtins.mapAttrs (name: value: {passwordFile = "${inputs.nix-secrets}/copyparty/${name}";})
|
builtins.mapAttrs (name: value: {passwordFile = "${inputs.nix-secrets}/copyparty/${name}";})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue