1
0
Fork 0

switched to restic repositoryFile, disable detailed documentation

This commit is contained in:
Philipp 2025-03-01 16:07:51 +01:00
parent 5493ef8a57
commit c942a2e87c
2 changed files with 4 additions and 1 deletions

View file

@ -31,7 +31,7 @@ in
initialize = true; initialize = true;
exclude = [ "/home/*/.cache" ]; exclude = [ "/home/*/.cache" ];
passwordFile = "/run/secrets/restic_password"; passwordFile = "/run/secrets/restic_password";
repository = "$(cat /run/secrets/restic_url)"; repositoryFile = "/run/secrets/restic_url";
paths = [ paths = [
"/home" "/home"
"/var/lib/" "/var/lib/"

View file

@ -47,6 +47,9 @@ with lib.${namespace};
"flakes" "flakes"
]; ];
# Disable detailed ddocumentation
documentation.nixos.enable = false;
# Set your time zone. # Set your time zone.
time.timeZone = "Europe/Berlin"; time.timeZone = "Europe/Berlin";