diff options
author | lassulus <lassulus@lassul.us> | 2019-11-24 18:15:14 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2019-11-24 18:17:31 +0100 |
commit | 5fa963b6bc879e1307978234c884e3a88d88c7a5 (patch) | |
tree | 00a639640861ca9f8889a69892a3cb43f8cac97c /mb/3modules/hosts.nix | |
parent | 1144633bd009f24180067e93f1e7fdc0deb41a8c (diff) |
delete mb
Diffstat (limited to 'mb/3modules/hosts.nix')
-rw-r--r-- | mb/3modules/hosts.nix | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/mb/3modules/hosts.nix b/mb/3modules/hosts.nix deleted file mode 100644 index 5dc9b5ca4..000000000 --- a/mb/3modules/hosts.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ config, ... }: - -with import <stockholm/lib>; - -{ - options.mb.hosts = mkOption { - type = types.attrsOf types.host; - default = - filterAttrs (_: host: host.owner.name == "mb" && host.ci) - config.krebs.hosts; - }; -} |