2021-05-03 15:59:52 +00:00
|
|
|
{ config, pkgs, ... }:
|
|
|
|
{
|
|
|
|
imports = [
|
|
|
|
<stockholm/lass>
|
|
|
|
|
|
|
|
<stockholm/lass/2configs/retiolum.nix>
|
|
|
|
<stockholm/lass/2configs/tor-initrd.nix>
|
2021-10-24 19:35:54 +00:00
|
|
|
<stockholm/lass/2configs/syncthing.nix>
|
|
|
|
<stockholm/lass/2configs/green-host.nix>
|
2021-05-03 15:59:52 +00:00
|
|
|
];
|
|
|
|
|
|
|
|
krebs.build.host = config.krebs.hosts.echelon;
|
|
|
|
|
|
|
|
boot.tmpOnTmpfs = true;
|
2021-10-24 19:35:54 +00:00
|
|
|
|
2021-05-03 15:59:52 +00:00
|
|
|
}
|
|
|
|
|