mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
это победа, nixos на hostvds
This commit is contained in:
@@ -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" ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user