aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorDylan <boss@tehbox.org>2025-09-16 22:10:50 +1200
committerDylan <boss@tehbox.org>2025-09-16 22:10:50 +1200
commit12f53416b8591fd9ee9569b40796f355c83f3ce7 (patch)
tree927880f8f47633b671534b2fc7a58c1749049433 /flake.nix
parentd1395f9e6768551967f85128ccab19d12dec4c6f (diff)
downloadnixos-configuration-12f53416b8591fd9ee9569b40796f355c83f3ce7.tar.gz
nixos-configuration-12f53416b8591fd9ee9569b40796f355c83f3ce7.zip
feat: added wireguard to server and client
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
];
};
};