tvl-depot/ops/machines/all-systems.nix
William Carroll 1e730c859d 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 <wpcarro@gmail.com>
Reviewed-by: lukegb <lukegb@tvl.fyi>
Autosubmit: wpcarro <wpcarro@gmail.com>
Tested-by: BuildkiteCI
2022-01-08 10:04:00 +00:00

20 lines
241 B
Nix

{ depot, ... }:
(with depot.ops.machines; [
whitby
]) ++
(with depot.users.tazjin.nixos; [
camden
frog
tverskoy
]) ++
(with depot.users.grfn.system.system; [
yeren
mugwump
]) ++
(with depot.users.wpcarro.nixos; [
marcus
])