about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--modules/profiles/tests.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/profiles/tests.nix b/modules/profiles/tests.nix
index 12024a5a..04019b3d 100644
--- a/modules/profiles/tests.nix
+++ b/modules/profiles/tests.nix
@@ -150,6 +150,9 @@ let
     { check = config.networking.useDHCP;
       path  = ["nixos" "networking" whichNet "dhcpSimple"];
     }
+    { check = true;
+      path  = ["nixos" "networking" whichNet "loopback"];
+    }
     { check = config.networking.macvlans != {};
       path  = ["nixos" "networking" whichNet "macvlan"];
     }