add fourmolu

This commit is contained in:
2025-10-25 14:43:49 +09:00
parent ae3f58c576
commit c6c6ec008e
4 changed files with 25 additions and 15 deletions

View File

@@ -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";