diff options
Diffstat (limited to 'lass/1systems/neoprism/config.nix')
-rw-r--r-- | lass/1systems/neoprism/config.nix | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lass/1systems/neoprism/config.nix b/lass/1systems/neoprism/config.nix new file mode 100644 index 000000000..8e5a60c36 --- /dev/null +++ b/lass/1systems/neoprism/config.nix @@ -0,0 +1,18 @@ +{ config, lib, pkgs, ... }: + +{ + imports = [ + <stockholm/lass> + <stockholm/lass/2configs/retiolum.nix> + + # sync-containers + <stockholm/lass/2configs/consul.nix> + <stockholm/lass/2configs/yellow-host.nix> + <stockholm/lass/2configs/radio/container-host.nix> + + # other containers + <stockholm/lass/2configs/riot.nix> + ]; + + krebs.build.host = config.krebs.hosts.neoprism; +} |