started wireguard wrapper

This commit is contained in:
John Lancaster
2026-04-19 09:38:06 -05:00
parent 8073125f3e
commit 904dd6e329
2 changed files with 40 additions and 31 deletions
+3 -2
View File
@@ -5,7 +5,7 @@
hostname = "john-p14s";
homeDirectory = config.home-manager.users.john.home.homeDirectory;
flakeDir = "${homeDirectory}/Documents/dendritic";
my-neovim = inputs.self.packages.${pkgs.stdenv.hostPlatform.system}.my-neovim;
selfPkgs = inputs.self.packages.${pkgs.stdenv.hostPlatform.system};
in
{
imports = [
@@ -41,7 +41,8 @@
busybox
dig
samba
my-neovim
selfPkgs.my-neovim
selfPkgs.wg-platform
];
security.pam.services.swaylock = {};