Misc tweaks

This commit is contained in:
2018-06-14 16:04:36 -07:00
parent f966f44b3c
commit 95eecb6856
6 changed files with 9 additions and 4 deletions

View File

@@ -132,6 +132,7 @@ in
# Miscellaneous
android-udev-rules
librsvg
transmission-gtk
];
# Some programs need SUID wrappers, can be configured further or are

View File

@@ -9,6 +9,7 @@
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "sd_mod" ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
boot.loader.systemd-boot.enable = true;
fileSystems."/" = {
device = "/dev/disk/by-uuid/110e3bf8-19b7-4a39-8e2a-b4c3c0d59d0e";
@@ -25,6 +26,11 @@
fsType = "ext4";
};
# fileSystems."/shared" = {
# device = "/dev/disk/by-uuid/4b6f1ca8-6b68-4bdb-b92c-d2d7ba080928";
# fsType = "ntfs";
# };
swapDevices =
[ { device = "/dev/disk/by-uuid/a6933b22-c7f4-4c57-b330-1450f313922e"; }
{ device = "/dev/disk/by-uuid/dbd49a76-4b3e-4b5c-9a88-68a9e61f6210"; }