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

14 lines
293 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-02 00:23:42 +00:00
<stockholm/lass/2configs/consul.nix>
<stockholm/lass/2configs/yellow-host.nix>
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;
}