[modules] fix microvm.host 'leak'
including the malobeo module caused microvm to include microvm.host which caused super annoying trouble and 2 days of debugging because microvm.host.enable defaults to true...
This commit is contained in:
@@ -137,7 +137,7 @@ in
|
||||
specialArgs.inputs = inputs;
|
||||
specialArgs.self = self;
|
||||
modules = makeMicroVM "vpn" "10.0.0.10" "D0:E5:CA:F0:D7:E6" [
|
||||
self.nixosModules.malobeo
|
||||
self.nixosModules.malobeo.vpn
|
||||
./vpn/configuration.nix
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user