diff --git a/hardware-configuration.nix b/hardware-configuration.nix index 19225b0..12f1c68 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -16,10 +16,11 @@ fileSystems."/" = { device = "tmpfs"; fsType = "tmpfs"; + options = [ "relatime" "mode=755" ]; }; fileSystems."/boot" = { - device = "/dev/disk/by-uuid/7035-66A6"; + device = "/dev/disk/by-uuid/8095-BE1B"; fsType = "vfat"; };