Skip to content

Commit

Permalink
hosts: remove build01
Browse files Browse the repository at this point in the history
This isn't currently used.

Signed-off-by: Florian Klink <flokli@flokli.de>
  • Loading branch information
flokli authored and henrirosten committed Nov 29, 2023
1 parent e5f5d88 commit 6cd0f89
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 85 deletions.
41 changes: 0 additions & 41 deletions hosts/build01/configuration.nix

This file was deleted.

39 changes: 0 additions & 39 deletions hosts/build01/secrets.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions hosts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@
# make self and inputs available in nixos modules
specialArgs = {inherit self inputs;};
in {
# Currently not used for anything:
# build01 = lib.nixosSystem {
# inherit specialArgs;
# modules = [./build01/configuration.nix];
# };
ghafhydra = lib.nixosSystem {
inherit specialArgs;
modules = [./ghafhydra/configuration.nix];
Expand Down

0 comments on commit 6cd0f89

Please sign in to comment.