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