Skip to content

Commit

Permalink
chore: disable microvms on icarus (#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnae authored Nov 24, 2024
1 parent 994d6e8 commit 53e3d17
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions hosts/x86_64-linux/icarus.nix
Original file line number Diff line number Diff line change
Expand Up @@ -117,21 +117,21 @@
# "master-8be5-f2ba"
# ];

microvm = let
vms = [
"playground"
];
in {
vms = builtins.listToAttrs (map (name: {
inherit name;
value = {
flake = self;
updateFlake = "github:johnae/world";
};
})
vms);
autostart = vms;
};
# microvm = let
# vms = [
# "playground"
# ];
# in {
# vms = builtins.listToAttrs (map (name: {
# inherit name;
# value = {
# flake = self;
# updateFlake = "github:johnae/world";
# };
# })
# vms);
# autostart = vms;
# };

networking.useDHCP = false;
networking.nat = {
Expand Down

0 comments on commit 53e3d17

Please sign in to comment.