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 | b9274ee3784b18f817540d677536ecf4545823c3 (patch) | |
tree | 9ac57bbd1d1a2d0fa0caaa6c2fbe672a61328af9 /mb/3modules/hosts.nix | |
parent | 3d107442111b7ce751331d6c4ab4aa270da18420 (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 5dc9b5c..0000000 --- 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; - }; -} |