mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-25 09:36:14 +01:00
Disable scripted DHCP on omen completely
Signed-off-by: magic_rb <richard@brezak.sk>
This commit is contained in:
parent
eba5c967ca
commit
0d37adfb9b
|
@ -16,6 +16,7 @@ in
|
||||||
|
|
||||||
wireguard.interfaces."wg0" =
|
wireguard.interfaces."wg0" =
|
||||||
secret.wireguard."omen" or { privateKey = ""; };
|
secret.wireguard."omen" or { privateKey = ""; };
|
||||||
|
useDHCP = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.notnft.rules = with notnft.dsl; with payload; ruleset {
|
networking.notnft.rules = with notnft.dsl; with payload; ruleset {
|
||||||
|
|
Loading…
Reference in a new issue