hosts/{caramel,dandelion}: decommission

This commit is contained in:
LavaDesu 2025-03-15 22:50:44 +11:00
parent 4a71a4cb79
commit bebaa0c14f
Signed by: cilly
GPG key ID: 6500251E087653C9
12 changed files with 0 additions and 308 deletions

View file

@ -87,19 +87,8 @@
in
{
nixosConfigurations."anemone" = mkSystem nixpkgs "anemone" "x86_64-linux" true [];
nixosConfigurations."blossom" = mkSystem nixpkgs "blossom" "x86_64-linux" true [];
nixosConfigurations."hyacinth" = mkSystem nixpkgs "hyacinth" "x86_64-linux" true [];
nixosConfigurations."caramel" = mkSystem nixpkgs-raccoon "caramel" "aarch64-linux" false [{
nixpkgs.overlays = [
(self: super: {
makeModulesClosure = x: super.makeModulesClosure (x // { allowMissing = true; });
})
];
}];
nixosConfigurations."sugarcane" = mkSystem nixpkgs-raccoon "sugarcane" "x86_64-linux" false [];
nixosConfigurations."dandelion" = mkSystem nixpkgs-stable "dandelion" "aarch64-linux" false [];
packages."x86_64-linux" =
let
pkgs = import nixpkgs rec {
@ -119,7 +108,6 @@
};
in
{
caramel-img = self.nixosConfigurations."caramel".config.system.build.sdImage;
};
# TODO: currently broken