Skip to content

Commit c0f444f

Browse files
committed
chore: disable microvms on icarus
1 parent 994d6e8 commit c0f444f

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

hosts/x86_64-linux/icarus.nix

+15-15
Original file line numberDiff line numberDiff line change
@@ -117,21 +117,21 @@
117117
# "master-8be5-f2ba"
118118
# ];
119119

120-
microvm = let
121-
vms = [
122-
"playground"
123-
];
124-
in {
125-
vms = builtins.listToAttrs (map (name: {
126-
inherit name;
127-
value = {
128-
flake = self;
129-
updateFlake = "github:johnae/world";
130-
};
131-
})
132-
vms);
133-
autostart = vms;
134-
};
120+
# microvm = let
121+
# vms = [
122+
# "playground"
123+
# ];
124+
# in {
125+
# vms = builtins.listToAttrs (map (name: {
126+
# inherit name;
127+
# value = {
128+
# flake = self;
129+
# updateFlake = "github:johnae/world";
130+
# };
131+
# })
132+
# vms);
133+
# autostart = vms;
134+
# };
135135

136136
networking.useDHCP = false;
137137
networking.nat = {

0 commit comments

Comments
 (0)