feat: use systemd.networkd for all networking
This commit is contained in:
parent
272289df6d
commit
f130a04b5f
|
@ -55,6 +55,8 @@ in {
|
||||||
security.pki.certificates = [
|
security.pki.certificates = [
|
||||||
(builtins.readFile ../secrets/ca.crt)
|
(builtins.readFile ../secrets/ca.crt)
|
||||||
];
|
];
|
||||||
|
# Use networkd for everything, I guess
|
||||||
|
networking.useNetworkd = true;
|
||||||
|
|
||||||
system.nixos.label = let
|
system.nixos.label = let
|
||||||
rev =
|
rev =
|
||||||
|
|
Loading…
Reference in a new issue