systemd-boot
This commit is contained in:
parent
c4b7824690
commit
5d3d3709da
1 changed files with 4 additions and 11 deletions
|
@ -10,23 +10,16 @@
|
||||||
supportedFilesystems = [ "nfs" ];
|
supportedFilesystems = [ "nfs" ];
|
||||||
|
|
||||||
loader = {
|
loader = {
|
||||||
grub = {
|
systemd-boot.enable = true;
|
||||||
enable = true;
|
efi = {
|
||||||
zfsSupport = true;
|
canTouchEfiVariables = true;
|
||||||
device = "nodev";
|
|
||||||
mirroredBoots = [
|
|
||||||
{ devices = ["nodev"]; path = "/boot";}
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
# efi = {
|
|
||||||
# canTouchEfiVariables = true;
|
|
||||||
# };
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
useDHCP = lib.mkDefault true;
|
useDHCP = lib.mkDefault true;
|
||||||
|
networkmanager.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue