feat: add personal tmp
This commit is contained in:
@@ -15,9 +15,14 @@
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
# 1050 passthrough
|
||||
# boot.extraModprobeConfig = ''
|
||||
# options vfio-pci ids=10de:1c81,10de:0fb9
|
||||
# '';
|
||||
boot.extraModprobeConfig = ""
|
||||
# + "options vfio-pci ids=10de:1c81,10de:0fb9\n"
|
||||
+ ''
|
||||
options hid_apple fnmode=2
|
||||
'';
|
||||
# hid_apple -> remove AK68 keyboard F1-F12 not pressing issue
|
||||
|
||||
boot.kernel.sysctl = { "hid_apple.fnmode" = 2; };
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-uuid/4e08142c-1b09-4265-a497-822e4a83d4c8";
|
||||
@@ -25,6 +30,12 @@
|
||||
options = [ "subvol=root" ];
|
||||
};
|
||||
|
||||
fileSystems."/x" = {
|
||||
device = "tmpfs";
|
||||
fsType = "tmpfs";
|
||||
options = [ "size=8G" "mode=1777" ];
|
||||
};
|
||||
|
||||
fileSystems."/home" = {
|
||||
device = "/dev/disk/by-uuid/4e08142c-1b09-4265-a497-822e4a83d4c8";
|
||||
fsType = "btrfs";
|
||||
|
||||
Reference in New Issue
Block a user