Commit e5fe6968b75d

Vincent Demeester <vincent@sbr.pm>
2026-01-27 18:09:36
chore(flake): comment out experimental foo host configuration
- Disable unused experimental host to keep flake clean - Configuration preserved as comment for future reference Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 447c093
Changed files (1)
flake.nix
@@ -127,9 +127,9 @@
           homeInput = inputs.home-manager-25_11;
         };
         # NOTE: experimentations
-        foo = libx.newMkHost {
-          hostname = "foo";
-        };
+        #foo = libx.newMkHost {
+        #  hostname = "foo";
+        #};
       };
 
       nixosModules = {