fix(luna): ensure systemd networkd works
This commit is contained in:
parent
6cb32faa8c
commit
004b79c667
@ -26,6 +26,9 @@ in
|
||||
{
|
||||
systemd.network = {
|
||||
enable = true;
|
||||
# HACK: Disable wait-online, check in on https://github.com/NixOS/nixpkgs/pull/258680 &
|
||||
# https://github.com/NixOS/nixpkgs/issues/247608
|
||||
wait-online.enable = false;
|
||||
networks = {
|
||||
"10-wlan" = {
|
||||
matchConfig.Name = [ "wl*" ];
|
||||
@ -81,6 +84,8 @@ in
|
||||
'';
|
||||
};
|
||||
networking = {
|
||||
useNetworkd = true;
|
||||
enableIPv6 = true;
|
||||
nameservers = resolved_nameservers;
|
||||
nftables.enable = true;
|
||||
firewall = {
|
||||
|
Loading…
Reference in New Issue
Block a user