From 3572c93df4290811be0e558f66040d7be2ab6125 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sat, 4 Jan 2025 21:07:54 +0000 Subject: add wg module --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 2f8ad34..e4c6996 100644 --- a/flake.nix +++ b/flake.nix @@ -67,6 +67,7 @@ ./hosts/toaster/secure-boot.nix ./modules/chromium.nix ./modules/mail + ./modules/wg ]; }; cloud = nixpkgs-stable.lib.nixosSystem { @@ -80,6 +81,7 @@ ./modules/basic-tools ./modules/server ./modules/binary-caches.nix + ./modules/wg ]; }; minime = nixpkgs-stable.lib.nixosSystem { @@ -92,6 +94,7 @@ ./modules/basic-tools ./modules/server ./modules/binary-caches.nix + ./modules/wg ]; }; }; -- cgit v1.3.1