From 9675b81889f3e5b9a6b839eb91a4d0dafa528b43 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Wed, 30 Oct 2024 22:56:33 -0500 Subject: add wireguard config for T495 --- modules/hosts/T495/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'modules/hosts/T495/configuration.nix') diff --git a/modules/hosts/T495/configuration.nix b/modules/hosts/T495/configuration.nix index 6624a9e..a8ccff1 100644 --- a/modules/hosts/T495/configuration.nix +++ b/modules/hosts/T495/configuration.nix @@ -1,5 +1,8 @@ { config, lib, pkgs, ... }: { - imports = [ ./hardware-configuration.nix ]; + imports = [ + ./hardware-configuration.nix + ./wg.nix + ]; system.stateVersion = "24.05"; networking.hostName = "T495"; -- cgit v1.2.3