summary refs log tree commit diff
path: root/nixos/modules/tasks/network-interfaces-systemd.nix
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2014-11-23 03:04:02 -0800
committerWilliam A. Kennington III <william@wkennington.com>2014-11-26 11:22:02 -0800
commit8cffa3778758039cdfdcd35c628796046686dfbf (patch)
treeabecc1fbfa36c7732f017e82f9f1ac1cf2fd4787 /nixos/modules/tasks/network-interfaces-systemd.nix
parent295a17f87249ffc042964aa40b217cf045f9830a (diff)
downloadnixpkgs-8cffa3778758039cdfdcd35c628796046686dfbf.tar
nixpkgs-8cffa3778758039cdfdcd35c628796046686dfbf.tar.gz
nixpkgs-8cffa3778758039cdfdcd35c628796046686dfbf.tar.bz2
nixpkgs-8cffa3778758039cdfdcd35c628796046686dfbf.tar.lz
nixpkgs-8cffa3778758039cdfdcd35c628796046686dfbf.tar.xz
nixpkgs-8cffa3778758039cdfdcd35c628796046686dfbf.tar.zst
nixpkgs-8cffa3778758039cdfdcd35c628796046686dfbf.zip
networkd: Support Host Resolvconf
Diffstat (limited to 'nixos/modules/tasks/network-interfaces-systemd.nix')
-rw-r--r--nixos/modules/tasks/network-interfaces-systemd.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/nixos/modules/tasks/network-interfaces-systemd.nix b/nixos/modules/tasks/network-interfaces-systemd.nix
index 2ff4793acef..134e800a26f 100644
--- a/nixos/modules/tasks/network-interfaces-systemd.nix
+++ b/nixos/modules/tasks/network-interfaces-systemd.nix
@@ -35,9 +35,6 @@ in
     assertions = [ {
       assertion = cfg.defaultGatewayWindowSize == null;
       message = "networking.defaultGatewayWindowSize is not supported by networkd.";
-    } {
-      assertion = ! cfg.useHostResolvConf;
-      message = "networking.useHostResolvConf is not supported by networkd.";
     } ];
 
     systemd.services.dhcpcd.enable = mkDefault false;