Skip to content

Commit

Permalink
chore(services): remove bk nc backup service
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenhoenle committed Dec 5, 2024
1 parent 2f0dc5b commit f47dfea
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 65 deletions.
2 changes: 0 additions & 2 deletions hosts.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
nginx.enable = false;
};

ruben.bk-nc-backup.enable = false;

swapDevices = [{
device = "/var/lib/swapfile";
size = 8 * 1024;
Expand Down
9 changes: 0 additions & 9 deletions modules/secrets.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,4 @@
group = "paperless";
mode = "400";
};

/* bk nextcloud backup */
age.secrets.bkNextcloudBackupNetrc = {
file = ../secrets/bk-nextcloud-backup-netrc.age;
owner = "bk_nc_backup";
group = "bk_nc_backup";
mode = "400";
path = "/home/bk_nc_backup/.netrc";
};
}
8 changes: 0 additions & 8 deletions secrets/bk-nextcloud-backup-netrc.age

This file was deleted.

3 changes: 0 additions & 3 deletions secrets/secrets.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ in
/* paperless */
"paperless-password.age".publicKeys = [ mandalore millenium-falcon ];

/* bk nextcloud backup */
"bk-nextcloud-backup-netrc.age".publicKeys = [ mandalore millenium-falcon ];

/* uuid for healthchecks.io cronjob monitoring */
"healthchecks-io-uuid.age".publicKeys = [ mandalore millenium-falcon ];
}
42 changes: 0 additions & 42 deletions services/nextcloud-backup.nix

This file was deleted.

1 change: 0 additions & 1 deletion services/services.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@
./paperless.nix
./phone-rsync.nix
./minecraft.nix
./nextcloud-backup.nix
];
}

0 comments on commit f47dfea

Please sign in to comment.