users/foo-dogsquared: update several programs

This commit is contained in:
Gabriel Arazas 2024-09-21 19:47:35 +08:00
parent 951ee61ea9
commit 76e82f35ca
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360
3 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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";
};
}; };
}; };
} }

View File

@ -9,7 +9,6 @@ pkgs.mkShell {
run-workflow-in-vm run-workflow-in-vm
age age
fh
asciidoctor asciidoctor
disko disko
deploy-rs deploy-rs