Remove restic

This commit is contained in:
2024-05-27 16:11:15 +02:00
parent e40daae48a
commit c000eaf6fa
6 changed files with 0 additions and 19 deletions

View File

@@ -62,6 +62,5 @@ environment:
MACHINE_HAS_KEEPASSX: "false"
MACHINE_HAS_NEXTCLOUD: "true"
MACHINE_HAS_STEAM: "true"
MACHINE_HAS_RESTIC_BACKUP: "false"
MACHINE_RESOLUTION_X: "2560"
MACHINE_RESOLUTION_Y: "1440"

View File

@@ -25,7 +25,6 @@ users:
gpg_agent_for_ssh: false
environment:
MACHINE_HAS_NEXTCLOUD: "false"
MACHINE_HAS_RESTIC_BACKUP: "false"
MACHINE_HAS_KEEPASSX: "false"
repositories: []
@@ -53,7 +52,6 @@ users:
enable_passwordstore: true
environment:
MACHINE_HAS_NEXTCLOUD: "true"
MACHINE_HAS_RESTIC_BACKUP: "false"
MACHINE_HAS_KEEPASSX: "false"
repositories:
- personal_projects

View File

@@ -23,7 +23,6 @@ Wants=nextcloud.service
Wants=nm-applet.service
Wants=pasystray.service
Wants=redshift.service
Wants=restic.timer
Wants=spotify.service
Wants=steam.service
Wants=touchpad.service

View File

@@ -1,8 +0,0 @@
[Unit]
ConditionPathExists=%t/features/restic_backup
[Service]
Type=oneshot
ExecStart=%h/restic/restic-backup
RemainAfterExit=true
PassEnvironment=DISPLAY

View File

@@ -1,6 +0,0 @@
[Unit]
BindsTo=autostart.target
After=windowmanager.target
[Timer]
OnCalendar=Mon..Fri 12:00:00

View File

@@ -79,7 +79,6 @@ mkdir -p "${feature_dir}"
[[ $MACHINE_HAS_NEXTCLOUD == "true" ]] && touch "${feature_dir}"/nextcloud
[[ $MACHINE_HAS_KEEPASSX == "true" ]] && touch "${feature_dir}"/keepassx
[[ $MACHINE_HAS_STEAM == "true" ]] && touch "${feature_dir}"/steam
[[ $MACHINE_HAS_RESTIC_BACKUP == "true" ]] && touch "${feature_dir}"/restic_backup
[[ $MACHINE_TYPE == "laptop" ]] && touch "${feature_dir}"/machine_is_laptop