rhea: set bootloader info
Graham Christensen committed
Mar 30, 2022 at 18:25 UTC
44fa88a9e4a5136ea9669992f93c1ab1915d9ca6
1 file changed
+4
delft/rhea/hetzner.nix
+4
@@ -1,6 +1,10 @@
1
{
2
+ boot.loader.systemd-boot.enable = true;
3
+ boot.loader.efi.canTouchEfiVariables = true;
4
+
5
networking.hostId = "9cd372da";
6
networking.useNetworkd = true;
7
+ networking.useDHCP = false;
8
systemd.network.networks."40-enp7s0" = {
9
matchConfig = {
10
MACAddress = "50:eb:f6:22:f0:3a";