Skip to content

Commit

Permalink
Make wireguard trusted for easier testing
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderwallau committed Apr 9, 2024
1 parent 0d90987 commit 9abf479
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions machines/kipchoge/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
nameservers = [ "1.1.1.1" "1.0.0.1" ];
# Fallback ntp service, this one being T-Online
timeServers = [ "194.25.134.196" ];
trustedInterfaces = ["wg0" "wg1" ];
hostName = "kipchoge";
};
}
2 changes: 1 addition & 1 deletion machines/mayer/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"ptbtime2.ptb.de"
"ptbtime3.ptb.de"
];

trustedInterfaces = ["wg0" ];
hostName = "mayer";
};

Expand Down
2 changes: 1 addition & 1 deletion machines/phelps/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"ptbtime2.ptb.de"
"ptbtime3.ptb.de"
];

trustedInterfaces = ["wg0"];
hostName = "phelps";
};
}

0 comments on commit 9abf479

Please sign in to comment.