1
0
forked from c3d2/nix-config

server9: disable microvms for now.

This commit is contained in:
Markus Schmidl 2022-06-21 14:29:08 +02:00
parent 6b4675838d
commit 53bdd234e3

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; }; }
];