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 --- hosts/cloud/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/cloud') diff --git a/hosts/cloud/configuration.nix b/hosts/cloud/configuration.nix index 6f8d6aa..9eddac5 100644 --- a/hosts/cloud/configuration.nix +++ b/hosts/cloud/configuration.nix @@ -1,7 +1,7 @@ { ... }: { imports = [ ./hardware-configuration.nix - ./networking.nix # generated at runtime by nixos-infect + ./networking.nix ]; boot.tmp.cleanOnBoot = true; -- cgit v1.3.1