Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
feat(linux): remove mullvad in favor of NM wireguard
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli committed Jan 17, 2024
1 parent fff5bf8 commit 266c1fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
13 changes: 7 additions & 6 deletions linux/impermanence.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
"/etc/secureboot"
"/etc/NetworkManager/system-connections"
"/etc/wireguard"
"/etc/mullvad-vpn"
"/var/cache/mullvad-vpn"
"/var/lib/bluetooth"
"/var/lib/docker"
"/var/lib/power-profiles-daemon"
Expand All @@ -18,17 +16,20 @@

files = [
"/etc/machine-id"
"/var/lib/NetworkManager/NetworkManager.state"
"/var/lib/NetworkManager/secret_key"
"/var/lib/NetworkManager/seen-bssids"
"/var/lib/NetworkManager/timestamps"
];

users.user = {
directories = [
".cache"
".config"
".local"
".cargo"
".cache" # TODO: specify specific dirs
".config" # TODO: specify specific dirs
".local" # TODO: specify specific dirs
".cargo/registry"
".cargo/bin"
".cargo/git"
".julia"
".npm-global"
{
Expand Down
5 changes: 0 additions & 5 deletions linux/networking.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@
};

services = {
mullvad-vpn = {
enable = true;
package = pkgs.mullvad-vpn;
};

resolved.enable = true;

openssh.enable = false;
Expand Down

0 comments on commit 266c1fa

Please sign in to comment.