add backup and syncing software

This commit is contained in:
2023-08-12 17:03:50 -04:00
parent 72c822cd29
commit 7e68151117
3 changed files with 79 additions and 41 deletions
+3 -12
View File
@@ -16,19 +16,10 @@
systemd-boot.enable = true;
efi = {
canTouchEfiVariables = true;
efiSysMountPoint = "/boot/efi";
efiSysMountPoint = "/boot";
};
};
boot.initrd = {
secrets."/crypto_keyfile.bin" = null;
luks.devices."luks-ff01c3e8-9da4-42d8-8be9-e92713f1bebf" = {
device = "/dev/disk/by-uuid/dff01c3e8-9da4-42d8-8be9-e92713f1bebf";
keyFile = "/crypto_keyfile.bin";
};
luks.devices."luks-7e6d719a-de54-44fe-a70b-6077a8a78003" = {
device = "/dev/disk/by-uuid/7e6d719a-de54-44fe-a70b-6077a8a78003";
keyFile = "/root/swap.key";
};
};
boot.initrd.secrets."/crypto_keyfile.bin" = null;
}