diff options
author | Tim Keller <tjkeller.xyz> | 2024-10-30 22:56:33 -0500 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2024-10-30 22:56:33 -0500 |
commit | 9675b81889f3e5b9a6b839eb91a4d0dafa528b43 (patch) | |
tree | 89776bc275376cce314279b1fd208c2cbc40a098 /modules/hosts/T495/configuration.nix | |
parent | 33251a24e11c385ba23c0394bb0c637538542cfd (diff) | |
download | nixos-9675b81889f3e5b9a6b839eb91a4d0dafa528b43.tar.xz nixos-9675b81889f3e5b9a6b839eb91a4d0dafa528b43.zip |
add wireguard config for T495
Diffstat (limited to 'modules/hosts/T495/configuration.nix')
-rw-r--r-- | modules/hosts/T495/configuration.nix | 5 |
1 files changed, 4 insertions, 1 deletions
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"; |