Skip to content

Commit

Permalink
set input follows
Browse files Browse the repository at this point in the history
  • Loading branch information
brckd committed Mar 5, 2024
1 parent 4e34af2 commit c64d7e2
Show file tree
Hide file tree
Showing 5 changed files with 87 additions and 202 deletions.
16 changes: 8 additions & 8 deletions configs/nixos/desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@
networking.hostName = "desktop"; # Define your hostname.
services.protonvpn = {
enable = true;
interface = {
privateKeyFile = "/root/secrets/protonvpn";
dns.enable = true;
};
endpoint = {
publicKey = "xGIfeXZPiiMUX1lCAXA7VLX12RefzAZEevm6/Yd1yW4=";
ip = "185.107.56.143";
};
interface = {
privateKeyFile = "/root/secrets/protonvpn";
dns.enable = true;
};
endpoint = {
publicKey = "xGIfeXZPiiMUX1lCAXA7VLX12RefzAZEevm6/Yd1yW4=";
ip = "185.107.56.143";
};
};

# Define a user account. Don't forget to set a password with ‘passwd’.
Expand Down
16 changes: 8 additions & 8 deletions configs/nixos/laptop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
networking.hostName = "laptop"; # Define your hostname.
services.protonvpn = {
enable = true;
interface = {
privateKeyFile = "/root/secrets/protonvpn";
dns.enable = true;
};
endpoint = {
publicKey = "ozbmrTpgMTEuR1N7KguQD6qCMJzamTNYtFungG3xpQ0=";
ip = "138.199.7.234";
};
interface = {
privateKeyFile = "/root/secrets/protonvpn";
dns.enable = true;
};
endpoint = {
publicKey = "ozbmrTpgMTEuR1N7KguQD6qCMJzamTNYtFungG3xpQ0=";
ip = "138.199.7.234";
};
};

# Define a user account. Don't forget to set a password with ‘passwd’.
Expand Down
218 changes: 40 additions & 178 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c64d7e2

Please sign in to comment.