nix fmt
This commit is contained in:
parent
4aa5443e9a
commit
a7639b0d31
@ -237,7 +237,8 @@ in {
|
||||
extraArgs = ["--verbose"];
|
||||
};
|
||||
|
||||
borgbackup.jobs = lib.mapAttrs' (name: value: let
|
||||
borgbackup.jobs =
|
||||
lib.mapAttrs' (name: value: let
|
||||
snapshot = {
|
||||
mountpoint = value.mountpoint;
|
||||
zfs_name = value.zfs_name;
|
||||
@ -270,7 +271,8 @@ in {
|
||||
// lib.optionalAttrs (value ? patterns) {
|
||||
patterns = value.patterns;
|
||||
};
|
||||
}) backup_paths;
|
||||
})
|
||||
backup_paths;
|
||||
|
||||
headscale = {
|
||||
enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user