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