stockholm/tv/2configs/retiolum.nix

17 lines
214 B
Nix
Raw Normal View History

2016-02-01 16:32:04 +00:00
{ config, lib, ... }:
with lib;
{
krebs.retiolum = {
enable = true;
connectTo = filter (ne config.krebs.build.host.name) [
"gum"
"prism"
"echelon"
"cd"
"ire"
];
};
}