mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-23 12:19:00 +00:00
users/foo-dogsquared: update several programs
This commit is contained in:
parent
951ee61ea9
commit
76e82f35ca
@ -119,6 +119,7 @@ in
|
|||||||
tineye-reverse-image-search
|
tineye-reverse-image-search
|
||||||
updateswh
|
updateswh
|
||||||
zhongwen
|
zhongwen
|
||||||
|
open-access-helper
|
||||||
]);
|
]);
|
||||||
|
|
||||||
# Much of the settings are affected by the policies set in the
|
# Much of the settings are affected by the policies set in the
|
||||||
|
@ -78,13 +78,16 @@ in
|
|||||||
{
|
{
|
||||||
remote-hetzner-boxes-personal = {
|
remote-hetzner-boxes-personal = {
|
||||||
initService.enable = true;
|
initService.enable = true;
|
||||||
initService.startAt = "04:30";
|
initService.startAt = "06:30";
|
||||||
settings = borgmaticCommonConfig {
|
settings = borgmaticCommonConfig {
|
||||||
encryption_passcommand = "cat ${getPath "repos/remote-hetzner-boxes-personal/password"}";
|
encryption_passcommand = "cat ${getPath "repos/remote-hetzner-boxes-personal/password"}";
|
||||||
repositories = lib.singleton {
|
repositories = lib.singleton {
|
||||||
path = "ssh://${hetznerBoxesUser}@${hetznerBoxesServer}:23/./borg/users/${config.home.username}";
|
path = "ssh://${hetznerBoxesUser}@${hetznerBoxesServer}:23/./borg/users/${config.home.username}";
|
||||||
label = "remote-hetzner-boxes";
|
label = "remote-hetzner-boxes";
|
||||||
};
|
};
|
||||||
|
extra_borg_options = {
|
||||||
|
init = "--make-parent-dirs";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user