From 1ff3cc2d0c2a5b6e34bb3b33412cd8a13cfe4437 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Thu, 2 May 2024 23:22:08 +0530 Subject: Update --- machines/x/hardware-configuration.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'machines/x/hardware-configuration.nix') diff --git a/machines/x/hardware-configuration.nix b/machines/x/hardware-configuration.nix index ff90405..6fbb4ed 100644 --- a/machines/x/hardware-configuration.nix +++ b/machines/x/hardware-configuration.nix @@ -14,13 +14,14 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/0abb8534-cd63-454d-8c28-eec3c70ca187"; + { device = "/dev/disk/by-uuid/ec9f01a5-c551-4ffd-89c8-624056cef6cf"; fsType = "ext4"; }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/D299-E8FE"; + { device = "/dev/disk/by-uuid/12CE-A600"; fsType = "vfat"; + options = [ "fmask=0022" "dmask=0022" ]; }; swapDevices = [ ]; -- cgit v1.2.3