summaryrefslogtreecommitdiff
path: root/machines/x/hardware-configuration.nix
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-05-02 23:22:08 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-05-02 23:22:08 +0530
commit1ff3cc2d0c2a5b6e34bb3b33412cd8a13cfe4437 (patch)
treedac035638514da2e7fffa75338c06f0d4b7e1e5d /machines/x/hardware-configuration.nix
parentc591cf20fead8e1bd4b235f05086338a4907f0b0 (diff)
Update
Diffstat (limited to '')
-rw-r--r--machines/x/hardware-configuration.nix5
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 = [ ];