update profile
This commit is contained in:
parent
febd9cf53f
commit
52ab8bd189
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@
|
|||
boot.growPartition = true;
|
||||
boot.loader.grub.device = "/dev/vda";
|
||||
|
||||
fileSystems."/boot" = lib.mkDefault { device = "/dev/vda1"; fsType = "vfat"; options=[ "fmask=0022" "dmask=0022" ]; };
|
||||
fileSystems."/" = lib.mkDefault { device = "/dev/vda2"; fsType = "ext4"; };
|
||||
fileSystems."/boot" = lib.mkDefault { device = "/dev/disk/by-partlabel/disk-main-ESP"; fsType = "vfat"; options=[ "fmask=0022" "dmask=0022" ]; };
|
||||
fileSystems."/" = lib.mkDefault { device = "/dev/disk/by-partlabel/disk-main-root"; fsType = "ext4"; };
|
||||
|
||||
networking.useNetworkd = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue