diff options
author | Vincent Ambo <tazjin@google.com> | 2020-04-25T20·46+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-04-25T20·46+0100 |
commit | eac683f69cbc301bc122144de397d9f52bd39359 (patch) | |
tree | 091aab0a57efe68a08604c700bada8138f777541 /ops/nixos/nugget/default.nix | |
parent | c79edb5243c437c38e2fe025a625e7fe26149a8c (diff) |
chore(ops/nixos/nugget): Remove camden from /etc/hosts r/684
The new router can actually deal with this sensibly.
Diffstat (limited to 'ops/nixos/nugget/default.nix')
-rw-r--r-- | ops/nixos/nugget/default.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ops/nixos/nugget/default.nix b/ops/nixos/nugget/default.nix index 8f694bc94f2b..20ceb9b5f89f 100644 --- a/ops/nixos/nugget/default.nix +++ b/ops/nixos/nugget/default.nix @@ -73,10 +73,6 @@ in depot.lib.fix(self: { psk = "washyourface"; }; }; - - extraHosts = '' - 10.0.1.205 camden git.tazj.in tazj.in camden.tazj.in git.camden.tazj.in - ''; }; # Generate an immutable /etc/resolv.conf from the nameserver settings |