Skip to content

Commit 1b7a844

Browse files
committed
hosts: remove node
1 parent f51cfd8 commit 1b7a844

File tree

5 files changed

+3
-222
lines changed

5 files changed

+3
-222
lines changed

flake.lock

Lines changed: 3 additions & 116 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
inputs.nixpkgs.follows = "nixpkgs";
2222
};
2323

24-
nixBitcoin.url = "github:fort-nix/nix-bitcoin";
25-
2624
hardware.url = "github:nixos/nixos-hardware";
2725
nur.url = "github:nix-community/nur";
2826
};

hosts/default.nix

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -47,22 +47,6 @@ in
4747
specialArgs = { inherit inputs; };
4848
};
4949

50-
node = stable.lib.nixosSystem rec {
51-
system = "x86_64-linux";
52-
pkgs = mkPkgs {
53-
inherit system;
54-
overlay = final: prev: { };
55-
nixpkgs = stable;
56-
};
57-
58-
modules = [
59-
./node
60-
inputs.nixBitcoin.nixosModules.default
61-
inputs.agenix.nixosModules.default
62-
];
63-
specialArgs = { inherit inputs; };
64-
};
65-
6650
davila = stable.lib.nixosSystem rec {
6751
system = "x86_64-linux";
6852
pkgs = mkPkgs {

hosts/node/default.nix

Lines changed: 0 additions & 56 deletions
This file was deleted.

hosts/node/hardware-configuration.nix

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)