summaryrefslogtreecommitdiffstats
path: root/lass
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2017-08-31 20:05:05 +0200
committertv <tv@krebsco.de>2017-08-31 20:05:05 +0200
commit30864205c4e07823f93a85fb813196b5096f8692 (patch)
tree6fc13127899a62be53d4e728713939bcbf400448 /lass
parenteb2d780e5c4c5aee09153c56ea6150414c1c6db1 (diff)
parentaf0696b9987d3ff0783cdd69d26a903c1ea92004 (diff)
Merge derp
Diffstat (limited to 'lass')
-rw-r--r--lass/3modules/hosts.nix2
-rw-r--r--lass/source.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/lass/3modules/hosts.nix b/lass/3modules/hosts.nix
index 7e3af10be..37cbf3ed3 100644
--- a/lass/3modules/hosts.nix
+++ b/lass/3modules/hosts.nix
@@ -6,7 +6,7 @@ with import <stockholm/lib>;
options.lass.hosts = mkOption {
type = types.attrsOf types.host;
default =
- filterAttrs (_: host: host.owner.name == "lass" && host.managed)
+ filterAttrs (_: host: host.owner.name == "lass" && host.ci)
config.krebs.hosts;
};
}
diff --git a/lass/source.nix b/lass/source.nix
index 8430ecb16..26c668241 100644
--- a/lass/source.nix
+++ b/lass/source.nix
@@ -19,6 +19,6 @@ in
# 87a4615 & 334ac4f
# + acme permissions for groups
# fd7a8f1
- ref = "60dc02d";
+ ref = "fe46ffc";
};
}