2015-08-11 19:00:22 +00:00
|
|
|
#
|
|
|
|
#
|
|
|
|
#
|
2015-08-02 21:12:38 +00:00
|
|
|
{ config, pkgs, ... }:
|
|
|
|
|
|
|
|
{
|
|
|
|
imports =
|
|
|
|
[ # Include the results of the hardware scan.
|
2017-07-15 17:01:02 +00:00
|
|
|
<stockholm/makefu>
|
|
|
|
<stockholm/makefu/2configs/gui/base.nix>
|
|
|
|
<stockholm/makefu/2configs/fs/sda-crypto-root.nix>
|
2015-08-07 10:53:38 +00:00
|
|
|
# hardware specifics are in here
|
2017-07-28 19:59:28 +00:00
|
|
|
# imports tp-x2x0.nix
|
|
|
|
<stockholm/makefu/2configs/hw/tp-x200.nix>
|
2015-08-14 13:59:05 +00:00
|
|
|
|
2017-07-15 17:01:02 +00:00
|
|
|
<stockholm/makefu/2configs/disable_v6.nix>
|
|
|
|
<stockholm/makefu/2configs/rad1o.nix>
|
2015-08-17 21:24:37 +00:00
|
|
|
|
2017-07-15 17:01:02 +00:00
|
|
|
<stockholm/makefu/2configs/zsh-user.nix>
|
|
|
|
<stockholm/makefu/2configs/exim-retiolum.nix>
|
|
|
|
<stockholm/makefu/2configs/tinc/retiolum.nix>
|
2015-08-02 21:12:38 +00:00
|
|
|
];
|
2015-08-05 13:11:52 +00:00
|
|
|
# not working in vm
|
2015-08-02 21:12:38 +00:00
|
|
|
krebs.build.host = config.krebs.hosts.tsp;
|
2015-08-17 21:24:37 +00:00
|
|
|
|
2015-08-13 15:15:09 +00:00
|
|
|
networking.firewall.allowedTCPPorts = [
|
|
|
|
25
|
|
|
|
];
|
|
|
|
|
2015-08-02 21:12:38 +00:00
|
|
|
}
|