From 2ebbd70657f5bd25eac6f4701c6c5e61660741f8 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Tue, 3 Dec 2024 01:16:25 +0100 Subject: [PATCH] fix the things I don't want from the example config --- nixos/hosts/wheatley/hardware-configuration.nix | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) 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 = [