From 1e730c859d48a1b90f1e21cfdd1e9d2545ec28af Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 7 Jan 2022 23:42:51 -0800 Subject: fix(wpcarro/all-systems): Remove diogenes from my top-level systems 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 Reviewed-by: lukegb Autosubmit: wpcarro Tested-by: BuildkiteCI --- ops/machines/all-systems.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'ops/machines') 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 ]) -- cgit 1.4.1