summaryrefslogtreecommitdiff
path: root/modules/hosts/T495/configuration.nix
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2024-10-30 22:56:33 -0500
committerTim Keller <tjkeller.xyz>2024-10-30 22:56:33 -0500
commit9675b81889f3e5b9a6b839eb91a4d0dafa528b43 (patch)
tree89776bc275376cce314279b1fd208c2cbc40a098 /modules/hosts/T495/configuration.nix
parent33251a24e11c385ba23c0394bb0c637538542cfd (diff)
downloadnixos-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.nix5
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";