chore: remove apollo configuration
Remove the configuraton for my `apollo` laptop as I don't use it regularly and I want to simplify my configuration before I refactor it.
This commit is contained in:
parent
212b62e164
commit
8f4aa7bbfc
5 changed files with 0 additions and 279 deletions
13
flake.nix
13
flake.nix
|
@ -18,19 +18,6 @@
|
|||
|
||||
flake = {
|
||||
nixosConfigurations = {
|
||||
apollo = nixpkgs.lib.nixosSystem {
|
||||
modules = [
|
||||
./system/nixos/apollo/configuration.nix
|
||||
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.opdavies = import ./home-manager/apollo.nix;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
nixedo = nixpkgs.lib.nixosSystem {
|
||||
modules = [
|
||||
./system/nixos/nixedo/configuration.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue