Update nixpkgs and home-manager
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 1h21m12s

This commit is contained in:
2024-04-04 19:08:12 +01:00
parent 92896d8e52
commit d9d1150feb
9 changed files with 23 additions and 2242 deletions

View File

@@ -226,10 +226,10 @@ in
wastebin = {
enable = true;
settings = {
WASTEBIN_MAX_BODY_SIZE = "67108864"; # 16 MiB
WASTEBIN_MAX_BODY_SIZE = 67108864; # 16 MiB
WASTEBIN_PASSWORD_SALT = "TeGhaemeer0Siez3";
};
extraSettingsFile = config.age.secrets."object/wastebin.env".path;
secretFile = config.age.secrets."object/wastebin.env".path;
};
};
}