123 current 2025-10-08 20:12:21 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-08 20:35:45 -05:00
parent a427fc9e05
commit b04632d191
3 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config # flake for blakes nixos config
# define new devices in outputs # define new devices in outputs
# generation: 122 current 2025-10-08 20:00:40 25.05.20251006.20c4598 6.12.50 * # generation: 123 current 2025-10-08 20:12:21 25.05.20251006.20c4598 6.12.50 *
{ {
description = "blakes nix config"; description = "blakes nix config";
inputs = { inputs = {

View File

@@ -20,7 +20,7 @@
tailscale.enable = true; tailscale.enable = true;
vpns.enable = true; vpns.enable = true;
vpns.wg_mex = false; vpns.wg_mex = false;
vpn-confinement.enable = true; vpn-confinement.enable = false;
nvidia.enable = true; nvidia.enable = true;
}; };
homelab = { homelab = {

View File

@@ -60,11 +60,11 @@ in
# Group = "qbittorrent"; # Group = "qbittorrent";
}; };
# add systemd service to VPN network namespace # # add systemd service to VPN network namespace
vpnConfinement = { # vpnConfinement = {
enable = true; # enable = true;
vpnNamespace = "wgmex"; # vpnNamespace = "wgmex";
}; # };
}; };
# # open firewall # # open firewall