diff options
author | William Carroll <wpcarro@gmail.com> | 2022-01-08T07·42-0800 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-01-08T10·04+0000 |
commit | 1e730c859d48a1b90f1e21cfdd1e9d2545ec28af (patch) | |
tree | 4a4226f28454866cb9206dc9908a30caf89ca632 | |
parent | 8735b9df86c84872fa44c7436e8a2f0f2efbf8e7 (diff) |
fix(wpcarro/all-systems): Remove diogenes from my top-level systems r/3573
When `findSystem` attempts to evaluate `system.config.networking.hostName`, diogenes (because I've refactored its definition) causes the following error: > You're trying to declare a value of type `string' > rather than an attribute-set for the option > `system'! Change-Id: Ib23cb9aa9cadc1f71ad3369c903e587762d12cc0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4830 Reviewed-by: wpcarro <wpcarro@gmail.com> Reviewed-by: lukegb <lukegb@tvl.fyi> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
-rw-r--r-- | ops/machines/all-systems.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ops/machines/all-systems.nix b/ops/machines/all-systems.nix index b20022840ffb..df1cfa6a488a 100644 --- a/ops/machines/all-systems.nix +++ b/ops/machines/all-systems.nix @@ -16,6 +16,5 @@ ]) ++ (with depot.users.wpcarro.nixos; [ - diogenes marcus ]) |