From 33c0ba323807527c6533a330c1d1738024e90c32 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Tue, 26 Aug 2025 14:05:24 +0200 Subject: [PATCH] hopefully fix the wheatley issue by adding mullvad to the internal network --- nixos/desktop/default.nix | 15 ++++++++------- nixos/hosts/wheatley/configuration.nix | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/nixos/desktop/default.nix b/nixos/desktop/default.nix index 41689cc..e64e83e 100644 --- a/nixos/desktop/default.nix +++ b/nixos/desktop/default.nix @@ -30,7 +30,7 @@ }; environment.systemPackages = - (with pkgs; [ + with pkgs; [ # Custom tools dvd dvt @@ -85,16 +85,17 @@ libportal # User tools + freetube noisetorch qjackctl wireplumber #rustdesk - ]) - ++ (with pkgs-edge; [ - freetube - # list of latest packages from nixpkgs master - # Can be used to install latest version of some packages - ]); + ] + # ++ (with pkgs-edge; [ + # list of latest packages from nixpkgs master + # Can be used to install latest version of some packages + # ]) + ; sops = { secrets."nextcloud-password" = { mode = "0600"; diff --git a/nixos/hosts/wheatley/configuration.nix b/nixos/hosts/wheatley/configuration.nix index 9402ef1..3b4b4dd 100644 --- a/nixos/hosts/wheatley/configuration.nix +++ b/nixos/hosts/wheatley/configuration.nix @@ -306,7 +306,7 @@ # enable NAT enable = true; externalInterface = "end0"; - internalInterfaces = ["wg1"]; + internalInterfaces = ["wg1" "mullvad"]; }; firewall = { enable = true;