diff --git a/home-manager/apps.nix b/home-manager/apps.nix index 03918f0..510b4fc 100644 --- a/home-manager/apps.nix +++ b/home-manager/apps.nix @@ -41,7 +41,6 @@ htop inkscape libreoffice - mullvad mullvad-vpn parsec-bin platformio-core diff --git a/machines/terra/configuration.nix b/machines/terra/configuration.nix index 1be5bef..e062de3 100644 --- a/machines/terra/configuration.nix +++ b/machines/terra/configuration.nix @@ -28,6 +28,8 @@ nvidiaSettings = true; package = config.boot.kernelPackages.nvidiaPackages.stable; }; + # End NVIDIA + home-manager = { extraSpecialArgs = { inherit inputs outputs; }; @@ -72,6 +74,16 @@ environment.shells = with pkgs; [ zsh ]; + services.mullvad-vpn.enable = true; + services.mullvad-vpn.package = pkgs.mullvad-vpn; + networking.nameservers = [ "1.1.1.1#one.one.one.one" "1.0.0.1#one.one.one.one" ]; + services.resolved = { + enable = true; + dnssec = "true"; + domains = [ "~." ]; + fallbackDns = [ "1.1.1.1#one.one.one.one" "1.0.0.1#one.one.one.one" ]; + }; + users.users = { horseman = { initialPassword = "1234";