From 671ba3d42f6c9017fc57876f3c26d22227b1ffef Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Mon, 22 Jun 2026 15:11:39 -0500 Subject: add wireguard support for remote backup pc and enhance rebuild script to show pubkey gen cmd --- hosts/sweetiepc/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hosts/sweetiepc/configuration.nix') diff --git a/hosts/sweetiepc/configuration.nix b/hosts/sweetiepc/configuration.nix index d2bf172..7bf5fcb 100644 --- a/hosts/sweetiepc/configuration.nix +++ b/hosts/sweetiepc/configuration.nix @@ -1,4 +1,6 @@ { config, lib, pkgs, home-manager, ... }: { + #imports = [ ./wg.nix ]; + # Setup bootloader boot._loader = { enable = true; -- cgit v1.2.3