switched to restic repositoryFile, disable detailed documentation
This commit is contained in:
parent
5493ef8a57
commit
c942a2e87c
2 changed files with 4 additions and 1 deletions
|
@ -31,7 +31,7 @@ in
|
|||
initialize = true;
|
||||
exclude = [ "/home/*/.cache" ];
|
||||
passwordFile = "/run/secrets/restic_password";
|
||||
repository = "$(cat /run/secrets/restic_url)";
|
||||
repositoryFile = "/run/secrets/restic_url";
|
||||
paths = [
|
||||
"/home"
|
||||
"/var/lib/"
|
||||
|
|
|
@ -47,6 +47,9 @@ with lib.${namespace};
|
|||
"flakes"
|
||||
];
|
||||
|
||||
# Disable detailed ddocumentation
|
||||
documentation.nixos.enable = false;
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/Berlin";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue