server9: disable microvms for now.

This commit is contained in:
Markus Schmidl 2022-06-21 14:29:08 +02:00
parent 6b4675838d
commit 53bdd234e3
1 changed files with 1 additions and 1 deletions

View File

@ -630,7 +630,7 @@
server9 = nixosSystem' {
modules = [
./hosts/server9
microvm.nixosModules.host
# microvm.nixosModules.host
self.nixosModules.cluster-network
{ _module.args = { inherit self; }; }
];