nix fmt
This commit is contained in:
parent
286fcc67d2
commit
9294335882
4 changed files with 4 additions and 5 deletions
|
@ -6,7 +6,6 @@
|
||||||
with prev.lib; let
|
with prev.lib; let
|
||||||
inherit (final) callPackage fetchpatch;
|
inherit (final) callPackage fetchpatch;
|
||||||
in {
|
in {
|
||||||
|
|
||||||
homepage = flakes.homepage.packages.${final.system}.default;
|
homepage = flakes.homepage.packages.${final.system}.default;
|
||||||
|
|
||||||
override =
|
override =
|
||||||
|
|
|
@ -61,7 +61,7 @@ in {
|
||||||
enableNotifications = true;
|
enableNotifications = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.dconf.enable = true;
|
programs.dconf.enable = true;
|
||||||
|
|
||||||
# Coredumps are a security risk and may use up a lot of disk space
|
# Coredumps are a security risk and may use up a lot of disk space
|
||||||
|
|
|
@ -24,7 +24,7 @@ in {
|
||||||
description = "Remote rsync repository to back up to.";
|
description = "Remote rsync repository to back up to.";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
services.borgbackup.jobs.rsync = {
|
services.borgbackup.jobs.rsync = {
|
||||||
paths = cfg.paths;
|
paths = cfg.paths;
|
||||||
|
@ -57,7 +57,7 @@ in {
|
||||||
"--remote-path=borg14"
|
"--remote-path=borg14"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.sessionVariables.BORG_REMOTE_PATH = "borg14";
|
environment.sessionVariables.BORG_REMOTE_PATH = "borg14";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,7 +19,7 @@ with lib; {
|
||||||
|
|
||||||
local.sys = {
|
local.sys = {
|
||||||
baseline.enable = true;
|
baseline.enable = true;
|
||||||
|
|
||||||
borgsync = {
|
borgsync = {
|
||||||
enable = true;
|
enable = true;
|
||||||
paths = [
|
paths = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue