about summary refs log tree commit diff
path: root/ops/machines
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2022-01-08T07·42-0800
committerclbot <clbot@tvl.fyi>2022-01-08T10·04+0000
commit1e730c859d48a1b90f1e21cfdd1e9d2545ec28af (patch)
tree4a4226f28454866cb9206dc9908a30caf89ca632 /ops/machines
parent8735b9df86c84872fa44c7436e8a2f0f2efbf8e7 (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
Diffstat (limited to 'ops/machines')
-rw-r--r--ops/machines/all-systems.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/ops/machines/all-systems.nix b/ops/machines/all-systems.nix
index b20022840f..df1cfa6a48 100644
--- a/ops/machines/all-systems.nix
+++ b/ops/machines/all-systems.nix
@@ -16,6 +16,5 @@
 ]) ++
 
 (with depot.users.wpcarro.nixos; [
-  diogenes
   marcus
 ])