done
This commit is contained in:
@@ -15,27 +15,6 @@
|
||||
boot.kernelModules = [ "kvm-intel" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
# fileSystems."/" = {
|
||||
# device = "/dev/disk/by-uuid/acbd96e3-e7c7-442d-82cc-ce2913a9e90c";
|
||||
# fsType = "btrfs";
|
||||
# options = [
|
||||
# "subvol=@"
|
||||
# "compress=zstd"
|
||||
# "autodefrag"
|
||||
# "noatime"
|
||||
# "space_cache=v2"
|
||||
# "discard"
|
||||
# ];
|
||||
# };
|
||||
|
||||
# boot.initrd.luks.devices."luks-0f481d5f-528c-4838-bd8a-d2780b4ba234".device =
|
||||
# "/dev/disk/by-uuid/0f481d5f-528c-4838-bd8a-d2780b4ba234";
|
||||
|
||||
# fileSystems."/boot" = {
|
||||
# device = "/dev/disk/by-uuid/4D19-520E";
|
||||
# fsType = "vfat";
|
||||
# };
|
||||
|
||||
disko.devices = {
|
||||
disk = {
|
||||
main = {
|
||||
@@ -78,7 +57,6 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
swapDevices = [ ];
|
||||
|
||||
Reference in New Issue
Block a user