diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-05-02 23:22:08 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-05-02 23:22:08 +0530 |
| commit | 1ff3cc2d0c2a5b6e34bb3b33412cd8a13cfe4437 (patch) | |
| tree | dac035638514da2e7fffa75338c06f0d4b7e1e5d /machines/x | |
| parent | c591cf20fead8e1bd4b235f05086338a4907f0b0 (diff) | |
Update
Diffstat (limited to 'machines/x')
| -rw-r--r-- | machines/x/hardware-configuration.nix | 5 |
1 files changed, 3 insertions, 2 deletions
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 = [ ]; |
