diff --git a/nixos/hosts/wheatley/hardware-configuration.nix b/nixos/hosts/wheatley/hardware-configuration.nix index 2878b3c..13ea28d 100644 --- a/nixos/hosts/wheatley/hardware-configuration.nix +++ b/nixos/hosts/wheatley/hardware-configuration.nix @@ -1,19 +1,13 @@ { - fileSystems."/" = { - device = "none"; - fsType = "tmpfs"; - options = ["relatime" "mode=755" "size=75%"]; - }; - fileSystems."/boot" = { device = "/dev/disk/by-label/BOOT"; fsType = "vfat"; }; - fileSystems."/nix" = { + fileSystems."/" = { device = "/dev/disk/by-label/NIXOS"; fsType = "ext4"; - options = []; + options = ["noatime"]; }; swapDevices = [