mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:19:22 +08:00
modules.devices.srv3: fix initrd network
This commit is contained in:
@@ -37,5 +37,7 @@ inputs:
|
||||
};
|
||||
user.users = [ "chn" "aleksana" ];
|
||||
};
|
||||
# TODO: use a generic way
|
||||
boot.initrd.systemd.network.networks."10-eno1" = inputs.config.systemd.network.networks."10-eno1";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user