summaryrefslogtreecommitdiffstats
path: root/lass/1systems/echelon/config.nix
blob: eacdff7820defc993c9d30434c7676f55eba86ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{ config, pkgs, ... }:
{
  imports = [
    <stockholm/lass>

    <stockholm/lass/2configs/retiolum.nix>
    <stockholm/lass/2configs/tor-initrd.nix>
    <stockholm/lass/2configs/syncthing.nix>
    <stockholm/lass/2configs/green-host.nix>
  ];

  krebs.build.host = config.krebs.hosts.echelon;

  boot.tmpOnTmpfs = true;

}