summaryrefslogtreecommitdiff
path: root/hosts/T495/configuration.nix
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-06-19 14:03:00 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-06-19 14:03:00 -0500
commit55b18ea26a8deb50d47083171b5b5ef3a6085c59 (patch)
tree1d0158bb93b0a4ef79e257a76c776b302cc4eeaf /hosts/T495/configuration.nix
parent2ee65ec0284d43e51622fbe531c1b9fb7eaf9b1f (diff)
downloadnixos-55b18ea26a8deb50d47083171b5b5ef3a6085c59.tar.xz
nixos-55b18ea26a8deb50d47083171b5b5ef3a6085c59.zip
fix wg on T495
Diffstat (limited to 'hosts/T495/configuration.nix')
-rw-r--r--hosts/T495/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/T495/configuration.nix b/hosts/T495/configuration.nix
index c865964..b80f27e 100644
--- a/hosts/T495/configuration.nix
+++ b/hosts/T495/configuration.nix
@@ -1,5 +1,5 @@
{ config, lib, pkgs, ... }: {
- #imports = [ ./wg.nix ];
+ imports = [ ./wg.nix ];
# Setup bootloader
boot._loader.enable = true;