aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 58b6397..6ec3d21 100644
--- a/flake.nix
+++ b/flake.nix
@@ -62,7 +62,8 @@
specialArgs = {inherit inputs;};
modules = [
(import ./my-pkgs)
-
+
+ ./hardware-setups/tuf.nix
./computers/nixy.nix
inputs.home-manager.nixosModules.home-manager
@@ -81,7 +82,8 @@
system = "x86_64-linux";
specialArgs = {inherit inputs;};
modules = [
- ./computers/server.nix
+ ./hardware-setups/linode.nix
+ ./computers/nixnode.nix
];
};
};