whoops
This commit is contained in:
parent
56a029331b
commit
56d8c918f9
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{ config, lib, pkgs, roles, ... }:
|
{ config, lib, pkgs, roles, ... }:
|
||||||
let
|
let
|
||||||
inherit (builtins) pathExists readFile;
|
inherit (builtins) head pathExists readFile;
|
||||||
|
|
||||||
controller = head (lib.attrNames roles.controller.machines or {});
|
controller = head (lib.attrNames roles.controller.machines or {});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue