Added 'bomba' configuration

This commit is contained in:
2025-10-10 19:35:46 +02:00
parent 5b1967d4fa
commit 1a59142467
4 changed files with 88 additions and 1 deletions

View File

@@ -59,6 +59,11 @@
email = personalEmail;
workSystem = true;
desktopEnvironment = "gnome";
};
};
nixosConfigurations."bomba" = mkSystem "bomba" {
system = "x86_64-linux";
email = personalEmail;
user = "r3ddy";
};
};
}