mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
machine/newton: fix initrd
This commit is contained in:
parent
ccf4fbb86a
commit
5e7a8d2534
1 changed files with 2 additions and 2 deletions
|
@ -26,9 +26,9 @@ let
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
# kernel parameters are needed for initrd
|
||||||
|
boot.kernelParams = [ "ip=${ip4_addr}::${ip4_gw}:${ip4_mask}:${config.networking.hostName}:${ifname}:off" ];
|
||||||
networking = {
|
networking = {
|
||||||
#useDHCP = false;
|
|
||||||
|
|
||||||
nameservers = ip4_dns ++ ip6_dns;
|
nameservers = ip4_dns ++ ip6_dns;
|
||||||
domain = "buehler.rocks";
|
domain = "buehler.rocks";
|
||||||
search = [ "buehler.rocks" ];
|
search = [ "buehler.rocks" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue