summaryrefslogtreecommitdiff
path: root/ymir/hw.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir/hw.nix')
-rw-r--r--ymir/hw.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir/hw.nix b/ymir/hw.nix
index a208e114..a4011b20 100644
--- a/ymir/hw.nix
+++ b/ymir/hw.nix
@@ -39,7 +39,7 @@
39 39
40 fileSystems."/root" = 40 fileSystems."/root" =
41 { 41 {
42 label = "ymir-home--root"; 42 label = "ymir-root--home";
43 fsType = "ext4"; 43 fsType = "ext4";
44 }; 44 };
45 45