Skip to content

Commit

Permalink
desktop: update protonvpn credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
brckd committed Sep 24, 2024
1 parent afec9a6 commit e72f227
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configs/nixos/desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@ with lib; {
networking.networkmanager.enable = true;
networking.hostName = "desktop"; # Define your hostname.
services.protonvpn = {
enable = false;
enable = true;
interface = {
privateKeyFile = "/root/secrets/protonvpn";
dns.enable = true;
};
endpoint = {
publicKey = "avWNWfLsQAQhnRAioRnpZ2LI1nMqd73lWr5zt4aZ1Vo=";
ip = "212.8.253.154";
publicKey = "/XceEDLyYIGsHhqkfZH0dU7g9IyI6DTawWRAa5+k6DM=";
ip = "185.107.56.44";
};
};

Expand Down

0 comments on commit e72f227

Please sign in to comment.