diff options
author | Luke Granger-Brown <git@lukegb.com> | 2021-04-02T12·17+0000 |
---|---|---|
committer | lukegb <lukegb@tvl.fyi> | 2021-04-02T18·00+0000 |
commit | 999f98436cf854d360269368f61a498e506167a4 (patch) | |
tree | 7d38f2f640c1114a01c5e2f1cc6be0ed79e9c176 /users | |
parent | b71362f198531474bc011bed596cdfe30d9ae5e9 (diff) |
refactor(camden): remove explicit depot.nix import r/2406
The depot.nix module is automatically brought in by systemFor, and shouldn't be included in user configs, since it's going away. Change-Id: Ib5b60203978b51dbff1f7bcc287f2ac9eb278823 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2762 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to 'users')
-rw-r--r-- | users/tazjin/nixos/camden/default.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/users/tazjin/nixos/camden/default.nix b/users/tazjin/nixos/camden/default.nix index eb33fb4d1b7a..d5a9d61bda2f 100644 --- a/users/tazjin/nixos/camden/default.nix +++ b/users/tazjin/nixos/camden/default.nix @@ -14,8 +14,6 @@ config: let extraConfig = "return 301 https://${to}$request_uri;"; }; in lib.fix(self: { - depot = depot; - # Disable the current ACME module and use the old one from 19.09 # instead, until the various regressions have been sorted out. # TODO(tazjin): Remove this once the new ACME module works. @@ -27,7 +25,6 @@ in lib.fix(self: { sha256 = "157c64220lf825ll4c0cxsdwg7cxqdx4z559fdp7kpz0g6p8fhhr"; }; in [ - "${depot.depotPath}/ops/nixos/depot.nix" "${depot.depotPath}/ops/nixos/quassel.nix" "${depot.depotPath}/ops/nixos/smtprelay.nix" "${oldChannel}/nixos/modules/security/acme.nix" |