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;
|
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/"
|
||||||
|
|
|
@ -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";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue