1e730c859d
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
20 lines
241 B
Nix
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
|
|
])
|