woops
This commit is contained in:
parent
cacb95a9e1
commit
7f1a644fcc
@ -53,7 +53,7 @@ in
|
|||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
firewall = enabled;
|
firewall = enabled;
|
||||||
useDHCP = mkIf (cfg.useStatic == null) (mkDefault cfg.useDHCP);
|
useDHCP = (cfg.useDHCP && cfg.useStatic == null);
|
||||||
useNetworkd = cfg.useNetworkd;
|
useNetworkd = cfg.useNetworkd;
|
||||||
} // (lib.optionalAttrs (cfg.enableIWD) {
|
} // (lib.optionalAttrs (cfg.enableIWD) {
|
||||||
wireless.iwd = {
|
wireless.iwd = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user