это победа, nixos на hostvds

This commit is contained in:
2025-07-23 19:29:07 +03:00
parent 03c452b9ce
commit 1415210244
3 changed files with 16 additions and 11 deletions
+2 -2
View File
@@ -34,11 +34,11 @@
fileSystems = {
"/" = {
device = lib.mkForce "/dev/vda2"; # "/dev/disk/by-partlabel/disk-main-root";
device = lib.mkForce "/dev/disk/by-partlabel/disk-main-root"; # "/dev/disk/by-partlabel/disk-main-root";
fsType = "ext4";
};
"/boot" = {
device = lib.mkForce "/dev/vda1";
device = lib.mkForce "/dev/disk/by-partlabel/disk-main-ESP";
fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ];
};