remove old hosts

This commit is contained in:
Miguel Palhas
2025-07-03 22:39:37 +01:00
parent e08defd4f4
commit bfaf0d46d9
2 changed files with 0 additions and 46 deletions
-5
View File
@@ -99,17 +99,12 @@
{
nixosConfigurations = {
arrakis = mkNixOS "arrakis";
trantor = mkNixOS "trantor";
desktop = mkNixOS "desktop";
pi = mkNixOS "pi";
live = mkNixOS "live";
};
homeConfigurations = {
arrakis = mkHome "arrakis" x86;
trantor = mkHome "trantor" x86;
desktop = mkHome "desktop" x86;
pi = mkHome "pi" aarch64;
};
devShells =