feat: use systemd.networkd for all networking

This commit is contained in:
Malte Tammena 2024-11-08 10:39:42 +01:00
parent 272289df6d
commit f130a04b5f

View file

@ -55,6 +55,8 @@ in {
security.pki.certificates = [
(builtins.readFile ../secrets/ca.crt)
];
# Use networkd for everything, I guess
networking.useNetworkd = true;
system.nixos.label = let
rev =