We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 994d6e8 commit c0f444fCopy full SHA for c0f444f
hosts/x86_64-linux/icarus.nix
@@ -117,21 +117,21 @@
117
# "master-8be5-f2ba"
118
# ];
119
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
+ # microvm = let
+ # vms = [
+ # "playground"
+ # ];
+ # in {
+ # vms = builtins.listToAttrs (map (name: {
+ # inherit name;
+ # value = {
+ # flake = self;
+ # updateFlake = "github:johnae/world";
+ # };
+ # })
+ # vms);
+ # autostart = vms;
135
136
networking.useDHCP = false;
137
networking.nat = {
0 commit comments