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
+6 -6
View File
@@ -8,24 +8,24 @@
[ (modulesPath + "/installer/scan/not-detected.nix")
];
boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "rtsx_pci_sdmmc" ];
boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/d4974532-75bd-468d-9128-a340ae38c6d5";
{ device = "/dev/disk/by-uuid/99ac3f1e-e178-4e52-be17-4669476ed652";
fsType = "ext4";
};
boot.initrd.luks.devices."luks-300dbb06-4573-4a20-9842-e83d572fd003".device = "/dev/disk/by-uuid/300dbb06-4573-4a20-9842-e83d572fd003";
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/ADC9-9731";
{ device = "/dev/disk/by-uuid/43E8-BD26";
fsType = "vfat";
};
swapDevices =
[ { device = "/dev/disk/by-uuid/fdcdd6df-b1d5-45e2-9e2a-8249473868b3"; }
];
swapDevices = [ ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's