aboutsummaryrefslogtreecommitdiff
path: root/hosts/mercury/config.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/mercury/config.nix')
-rw-r--r--hosts/mercury/config.nix11
1 files changed, 5 insertions, 6 deletions
diff --git a/hosts/mercury/config.nix b/hosts/mercury/config.nix
index f996be9..712c1aa 100644
--- a/hosts/mercury/config.nix
+++ b/hosts/mercury/config.nix
@@ -12,14 +12,13 @@
ip = "100.100.0.5";
gateway = "100.100.0.1";
privateKeyFile = config.collinux.secrets."wg-key".path;
- peers = [
- {
- # ganymede
+ peers = {
+ "ganymede" = {
publicKey = "WNLf8M6JGSHeRVvbAF6E/6oxAHeNxv6bXqqlmwMdvlk=";
ip = "100.100.0.0/24";
endpoint = "williamsfam.us.com:51820";
- }
- ];
+ };
+ };
};
desktop = {
@@ -52,7 +51,7 @@
networking = {
enable = true;
iwd.enable = true;
- tailscale.enable = true;
+ # tailscale.enable = true;
};
bluetooth = {
enable = true;