mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(kuwubernetes): eval recursion
This commit is contained in:
parent
496f29f50f
commit
a1e7a31caa
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ in {
|
|||
{device = "/dev/disk/by-uuid/b374e454-7af5-46fc-b949-24e38a2216d5";}
|
||||
];
|
||||
|
||||
networking.interfaces.ens18 = mkIf (!config.systemd.network.enable) {
|
||||
networking.interfaces.ens18 = mkIf (!config.networking.useNetworkd) {
|
||||
# TODO: stop using dhcp
|
||||
useDHCP = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue