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
|
@ -44,6 +44,7 @@ in {
|
|||
log-utc = true;
|
||||
ah-alg = "argon2";
|
||||
ah-salt = "ImSaltyAboutNonPersistentSalts";
|
||||
hist="/var/lib/copyparty";
|
||||
};
|
||||
accounts = lib.mkIf (inputs ? nix-secrets) (
|
||||
builtins.mapAttrs (name: value: {passwordFile = "${inputs.nix-secrets}/copyparty/${name}";})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue