123 current 2025-10-08 20:12:21 25.05.20251006.20c4598 6.12.50 *
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
@@ -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 = {
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user