From 26d87e65938525265eef48712bc5cfcfefee63ed Mon Sep 17 00:00:00 2001 From: Sense T Date: Mon, 26 Jun 2023 19:41:18 +0800 Subject: [PATCH] mount config --- hardware-configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"; };