stockholm/lass/1systems/neoprism/config.nix

19 lines
395 B
Nix
Raw Normal View History

2022-12-28 10:18:54 +00:00
{ config, lib, pkgs, ... }:
{
imports = [
<stockholm/lass>
<stockholm/lass/2configs/retiolum.nix>
2023-01-07 22:35:39 +00:00
# sync-containers
2023-01-02 00:23:42 +00:00
<stockholm/lass/2configs/consul.nix>
<stockholm/lass/2configs/yellow-host.nix>
2023-01-07 22:35:39 +00:00
<stockholm/lass/2configs/radio/container-host.nix>
# other containers
2023-01-04 17:33:44 +00:00
<stockholm/lass/2configs/riot.nix>
2022-12-28 10:18:54 +00:00
];
krebs.build.host = config.krebs.hosts.neoprism;
}