sequoia: Remove

This VM no longer exists.
This commit is contained in:
Spotlight 2025-04-23 01:36:50 -05:00
parent 22ba870a9d
commit 508dc46d17
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
3 changed files with 6 additions and 63 deletions

View file

@ -233,24 +233,6 @@
];
};
darwinConfigurations."sequoia" = nix-darwin.lib.darwinSystem {
modules = [
# System-wide configuration
./hosts/darwin/sequoia/configuration.nix
# Our provided home-manager configuration
home-manager.darwinModules.home-manager
{
nixpkgs.overlays = [ self.overlays.default ];
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;
users.spot = import ./home/home.nix;
extraSpecialArgs = { desktop = true; gpg = true; };
};
}
];
};
# Lastly, ensure a formatter is available for all systems.
formatter = allSystems (system: nixpkgs.legacyPackages.${system}.nixpkgs-fmt);
};