about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/labnet/heinrich.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/machines/labnet/heinrich.nix b/machines/labnet/heinrich.nix
index 3eaddea5..64601314 100644
--- a/machines/labnet/heinrich.nix
+++ b/machines/labnet/heinrich.nix
@@ -21,8 +21,8 @@ let
     };
   };
 
-  internalIf = config.heinrich.internalInterface;
-  externalIf = config.heinrich.externalInterface;
+  internalIf = config.vuizvui.machines.heinrich.internalInterface;
+  externalIf = config.vuizvui.machines.heinrich.externalInterface;
 
   mkRouteConfig = name: cfg: {
     key = "routes-${name}";
@@ -45,7 +45,7 @@ let
 in {
   imports = mapAttrsToList mkRouteConfig routes;
 
-  options.heinrich = {
+  options.vuizvui.machines.heinrich = {
     internalInterface = mkOption {
       type = types.str;
       default = "enp7s0";