diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-03-20 22:56:20 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-03-20 22:56:20 +0100 |
commit | e8d08e390b26ca876a4f7466683b7128738e4630 (patch) | |
tree | 051abfe03cfcd47627f9c1ecc2ae11a16d8484e2 /hosts | |
parent | 27ccbeadf41866648d2d90590ad98446c3a11b7e (diff) | |
download | nixos-e8d08e390b26ca876a4f7466683b7128738e4630.tar nixos-e8d08e390b26ca876a4f7466683b7128738e4630.tar.gz nixos-e8d08e390b26ca876a4f7466683b7128738e4630.tar.bz2 nixos-e8d08e390b26ca876a4f7466683b7128738e4630.tar.xz nixos-e8d08e390b26ca876a4f7466683b7128738e4630.zip |
vidhar: ...
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/vidhar/network/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/vidhar/network/default.nix b/hosts/vidhar/network/default.nix index be12c02d..6b5d1f81 100644 --- a/hosts/vidhar/network/default.nix +++ b/hosts/vidhar/network/default.nix | |||
@@ -55,6 +55,8 @@ | |||
55 | 55 | ||
56 | systemd.services."systemd-networkd-wait-online".enable = false; | 56 | systemd.services."systemd-networkd-wait-online".enable = false; |
57 | 57 | ||
58 | environment.etc."dnssec-trust-anchors.d/root.key".source = "${pkgs.dns-root-data}/root.key"; | ||
59 | |||
58 | systemd.network.networks = { | 60 | systemd.network.networks = { |
59 | "eno1" = { | 61 | "eno1" = { |
60 | matchConfig.Name = "eno1"; | 62 | matchConfig.Name = "eno1"; |