This commit is contained in:
2025-07-23 16:08:34 +03:00
parent a40d057cb9
commit db3fa40494
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
fileSystems = {
"/" = {
device = "/dev/vda1"; # "/dev/disk/by-partlabel/disk-main-root";
device = lib.mkForce "/dev/vda1"; # "/dev/disk/by-partlabel/disk-main-root";
fsType = "ext4";
};
};