eldrid disko
This commit is contained in:
@ -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";
|
||||
|
Reference in New Issue
Block a user