diff options
| author | Grigory Shipunov | 2025-01-04 21:07:54 +0000 |
|---|---|---|
| committer | Grisha Shipunov | 2025-01-11 03:40:22 +0100 |
| commit | 3572c93df4290811be0e558f66040d7be2ab6125 (patch) | |
| tree | e799271d4ea05b7a52047a46f59c79a2d4c5026b /flake.nix | |
| parent | b28314ca953dec93337f37670d2532dfcb71cb68 (diff) | |
add wg module
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ]; }; }; |
