Skip to content

Commit

Permalink
Remove WSL host
Browse files Browse the repository at this point in the history
  • Loading branch information
vbe0201 committed Dec 14, 2023
1 parent b09e66e commit 0e2b935
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
21 changes: 0 additions & 21 deletions hosts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -142,25 +142,4 @@ in {
inputs.nix-index-database.hmModules.nix-index
];
};

# A development-oriented NixOS installation in Windows Subsystem Linux.
spectre = makeSystem {
system = "x86_64-linux";
modules = [
./spectre.nix
../modules/core/docker.nix

inputs.nixos-wsl.nixosModules.wsl
];
isWSL = true;
homeModules = [
../home/git.nix
../home/gpg.nix
../home/packages
../home/xdg.nix
../home/zsh.nix

inputs.nix-index-database.hmModules.nix-index
];
};
}
15 changes: 0 additions & 15 deletions hosts/spectre.nix

This file was deleted.

0 comments on commit 0e2b935

Please sign in to comment.