2022-02-15 21:30:02 +00:00
|
|
|
{ config, lib, pkgs, ... }:
|
2017-09-29 19:29:26 +00:00
|
|
|
let
|
|
|
|
|
|
|
|
# external-ip = config.krebs.build.host.nets.internet.ip4.addr;
|
|
|
|
# internal-ip = config.krebs.build.host.nets.retiolum.ip4.addr;
|
|
|
|
# default-gw = "185.215.224.1";
|
|
|
|
# prefixLength = 24;
|
|
|
|
# external-mac = "46:5b:fc:f4:44:c9";
|
|
|
|
# ext-if = "et0";
|
|
|
|
in {
|
|
|
|
|
|
|
|
imports = [
|
2022-02-15 21:30:02 +00:00
|
|
|
./1blu
|
2017-09-29 19:29:26 +00:00
|
|
|
<stockholm/makefu>
|
2022-02-15 21:30:02 +00:00
|
|
|
#<stockholm/makefu/2configs/home-manager>
|
2017-09-29 19:29:26 +00:00
|
|
|
# configure your hw:
|
2022-02-15 21:30:02 +00:00
|
|
|
#<stockholm/makefu/2configs/hw/CAC.nix>
|
2017-09-29 19:29:26 +00:00
|
|
|
<stockholm/makefu/2configs/tinc/retiolum.nix>
|
2022-02-15 21:30:02 +00:00
|
|
|
#<stockholm/makefu/2configs/save-diskspace.nix>
|
2017-09-29 19:29:26 +00:00
|
|
|
|
|
|
|
# Security
|
|
|
|
<stockholm/makefu/2configs/sshd-totp.nix>
|
2017-11-14 09:17:16 +00:00
|
|
|
# <stockholm/makefu/2configs/stats/client.nix>
|
2017-09-29 19:29:26 +00:00
|
|
|
|
|
|
|
# Tools
|
|
|
|
<stockholm/makefu/2configs/tools/core.nix>
|
|
|
|
<stockholm/makefu/2configs/zsh-user.nix>
|
|
|
|
# Services
|
|
|
|
<stockholm/makefu/2configs/remote-build/slave.nix>
|
2022-02-15 21:30:02 +00:00
|
|
|
# <stockholm/makefu/2configs/torrent.nix>
|
2017-09-29 19:29:26 +00:00
|
|
|
|
|
|
|
];
|
|
|
|
krebs = {
|
|
|
|
enable = true;
|
|
|
|
build.host = config.krebs.hosts.latte;
|
|
|
|
};
|
|
|
|
|
|
|
|
}
|