add fourmolu
This commit is contained in:
@@ -14,6 +14,12 @@
|
||||
boot.kernelParams = [ "modprobe.blacklist=dvb_usb_rtl28xxu" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
fileSystems."/x" = {
|
||||
device = "tmpfs";
|
||||
fsType = "tmpfs";
|
||||
options = [ "size=8G" "mode=1777" ];
|
||||
};
|
||||
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-uuid/f4bf5b26-3959-4087-ad60-b5eaaf9c7cd5";
|
||||
fsType = "ext4";
|
||||
|
||||
Reference in New Issue
Block a user