sombrero: remove host sombrero

This commit is contained in:
Alexander Heldt
2024-09-02 20:29:48 +02:00
parent 395e4f8256
commit 04f1bef188
31 changed files with 4 additions and 843 deletions

View File

@@ -60,15 +60,6 @@
];
};
sombrero = inputs.nixpkgs.lib.nixosSystem {
system = "aarch64-linux";
specialArgs = { inherit inputs; };
modules = [
./hosts/sombrero/configuration.nix
./hosts/sombrero/home.nix
];
};
tadpole = inputs.nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs; };