summaryrefslogtreecommitdiffstats
path: root/krebs/1systems/hotdog/config.nix
blob: a34df4bdc59cf382f9cdecf524359d1bd11f4a59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{ config, lib, pkgs, ... }:

{
  imports = [
    <stockholm/krebs>
    <stockholm/krebs/2configs>

    <stockholm/krebs/2configs/buildbot-stockholm.nix>
    <stockholm/krebs/2configs/binary-cache/nixos.nix>
    <stockholm/krebs/2configs/ircd.nix>
    <stockholm/krebs/2configs/reaktor2.nix>
    <stockholm/krebs/2configs/wiki.nix>
    <stockholm/krebs/2configs/acme.nix>
    <stockholm/krebs/2configs/mud.nix>

    <stockholm/krebs/2configs/cal.nix>
    <stockholm/krebs/2configs/mastodon.nix>

    ## shackie irc bot
    <stockholm/krebs/2configs/shack/reaktor.nix>
  ];

  krebs.build.host = config.krebs.hosts.hotdog;
  krebs.github-hosts-sync.enable = true;

  boot.isContainer = true;
  networking.useDHCP = false;
}