summaryrefslogtreecommitdiff
path: root/hosts/sweetiepc/configuration.nix
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-06-22 15:11:39 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-06-22 15:11:39 -0500
commit671ba3d42f6c9017fc57876f3c26d22227b1ffef (patch)
tree1801d2944cffd4d575855203b3707707fb0776f4 /hosts/sweetiepc/configuration.nix
parent5585329eb48316b34f12a2b94c0cebf65e47398b (diff)
downloadnixos-671ba3d42f6c9017fc57876f3c26d22227b1ffef.tar.xz
nixos-671ba3d42f6c9017fc57876f3c26d22227b1ffef.zip
add wireguard support for remote backup pc and enhance rebuild script to show pubkey gen cmdHEADmaster
Diffstat (limited to 'hosts/sweetiepc/configuration.nix')
-rw-r--r--hosts/sweetiepc/configuration.nix2
1 files changed, 2 insertions, 0 deletions
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;