eldrid disko

This commit is contained in:
2025-03-26 00:27:49 +02:00
parent d9df333e58
commit b348993f22
3 changed files with 89 additions and 30 deletions

View File

@ -26,36 +26,6 @@ in {
boot.kernelModules = ["kvm-intel"];
boot.extraModulePackages = [];
fileSystems."/" = {
device = "/dev/disk/by-uuid/fc3d843d-54c6-4b2f-ac56-77f81600745e";
fsType = "btrfs";
options = ["subvol=@nixos,compress=zstd"];
};
boot.initrd.luks.devices."luks".device = "/dev/disk/by-uuid/cbd7d98e-745b-4828-b868-42881bad353d";
fileSystems."/home" = {
device = "/dev/disk/by-uuid/fc3d843d-54c6-4b2f-ac56-77f81600745e";
fsType = "btrfs";
options = ["subvol=@home,compress=zstd"];
};
fileSystems."/var/lib/flatpak" = {
device = "/dev/disk/by-uuid/fc3d843d-54c6-4b2f-ac56-77f81600745e";
fsType = "btrfs";
options = ["subvol=@flatpak,compress=zstd"];
};
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/D38C-AA51";
fsType = "vfat";
options = ["fmask=0077" "dmask=0077"];
};
fileSystems."/swap" = {
device = "/dev/disk/by-uuid/fc3d843d-54c6-4b2f-ac56-77f81600745e";
fsType = "btrfs";
options = ["subvol=@swap,compress=zstd"];
};
swapDevices = [
{
device = "/swap/swapfile";