diff options
| author | Dylan <boss@tehbox.org> | 2025-09-16 22:10:50 +1200 |
|---|---|---|
| committer | Dylan <boss@tehbox.org> | 2025-09-16 22:10:50 +1200 |
| commit | 12f53416b8591fd9ee9569b40796f355c83f3ce7 (patch) | |
| tree | 927880f8f47633b671534b2fc7a58c1749049433 /flake.nix | |
| parent | d1395f9e6768551967f85128ccab19d12dec4c6f (diff) | |
| download | nixos-configuration-12f53416b8591fd9ee9569b40796f355c83f3ce7.tar.gz nixos-configuration-12f53416b8591fd9ee9569b40796f355c83f3ce7.zip | |
feat: added wireguard to server and client
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 ]; }; }; |
