update
skwd (not working properly)
This commit is contained in:
@@ -8,37 +8,29 @@
|
||||
[ (modulesPath + "/installer/scan/not-detected.nix")
|
||||
];
|
||||
|
||||
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ];
|
||||
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usb_storage" "usbhid" "sd_mod" ];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelModules = [ "kvm-intel" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-uuid/05ca00ef-287b-46a6-87a3-242c26d4f6dc";
|
||||
{ device = "/dev/disk/by-uuid/aa5d9502-4814-4db1-a4de-da47d0e0009c";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
fileSystems."/boot" =
|
||||
{ device = "/dev/disk/by-uuid/74E9-DC7F";
|
||||
{ device = "/dev/disk/by-uuid/8B55-BB00";
|
||||
fsType = "vfat";
|
||||
options = [ "fmask=0077" "dmask=0077" ];
|
||||
};
|
||||
|
||||
|
||||
#Steam parition to fstab
|
||||
fileSystems."/mnt/steamstorage" = {
|
||||
#Steam partition
|
||||
fileSystems."/mnt/data" = {
|
||||
device = "/dev/disk/by-uuid/4d405cb8-1082-46ef-9248-f10709b85ba9";
|
||||
fsType = "ext4";
|
||||
options = [ "nofail" "rw" "user" "exec" ];
|
||||
};
|
||||
|
||||
#TEMPORARY, TODO: remove
|
||||
fileSystems."/mnt/main" = {
|
||||
device = "/dev/disk/by-uuid/7dfa47de-a2e2-4356-adb4-ea61cc9e3e7e";
|
||||
fsType = "ext4";
|
||||
options = [ "nofail" "ro" ];
|
||||
};
|
||||
|
||||
swapDevices = [ ];
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
|
||||
Reference in New Issue
Block a user