1
0
Fork 0

feat: Disable btrbk backups from akame

This commit is contained in:
lwad 2024-04-22 09:39:27 +01:00
parent cfb7a664d7
commit 712b09e788
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
subvolume = "home/${config.lwad.definitions.username}/Documents";
snapshotDir = "home/${config.lwad.definitions.username}/snapshots";
sync = {
enable = true;
enable = false;
serverAddress = "shinobu";
serverBackupDir = "/backups/${config.networking.hostName}";
};