2015-08-22 23:28:41 +00:00
|
|
|
#
|
|
|
|
#
|
|
|
|
#
|
|
|
|
{ config, pkgs, ... }:
|
2017-04-17 11:11:32 +00:00
|
|
|
with import <stockholm/lib>;
|
2015-08-22 23:28:41 +00:00
|
|
|
|
|
|
|
{
|
|
|
|
imports =
|
2016-11-28 22:29:05 +00:00
|
|
|
[ # base
|
2017-07-15 17:01:02 +00:00
|
|
|
<stockholm/makefu>
|
|
|
|
<stockholm/makefu/2configs/main-laptop.nix>
|
|
|
|
<stockholm/makefu/2configs/extra-fonts.nix>
|
|
|
|
<stockholm/makefu/2configs/tools/all.nix>
|
|
|
|
<stockholm/makefu/2configs/laptop-backup.nix>
|
2017-09-04 08:12:30 +00:00
|
|
|
<stockholm/makefu/2configs/dnscrypt/client.nix>
|
2017-07-15 17:01:02 +00:00
|
|
|
<stockholm/makefu/2configs/avahi.nix>
|
2015-08-23 00:48:35 +00:00
|
|
|
|
2017-06-26 14:00:54 +00:00
|
|
|
# Debugging
|
2017-07-15 17:01:02 +00:00
|
|
|
# <stockholm/makefu/2configs/disable_v6.nix>
|
2015-08-24 09:06:10 +00:00
|
|
|
|
2017-06-26 14:00:54 +00:00
|
|
|
# Testing
|
2017-07-31 12:23:25 +00:00
|
|
|
# <stockholm/makefu/2configs/deployment/gitlab.nix>
|
2017-09-04 12:35:56 +00:00
|
|
|
# <stockholm/makefu/2configs/deployment/wiki-irc-bot>
|
2017-07-31 12:23:25 +00:00
|
|
|
|
2017-07-16 13:16:45 +00:00
|
|
|
# <stockholm/makefu/2configs/torrent.nix>
|
2017-07-15 17:01:02 +00:00
|
|
|
# <stockholm/makefu/2configs/lanparty/lancache.nix>
|
|
|
|
# <stockholm/makefu/2configs/lanparty/lancache-dns.nix>
|
|
|
|
# <stockholm/makefu/2configs/deployment/dirctator.nix>
|
|
|
|
# <stockholm/makefu/2configs/vncserver.nix>
|
|
|
|
# <stockholm/makefu/2configs/deployment/led-fader>
|
|
|
|
# <stockholm/makefu/2configs/deployment/hound>
|
2015-08-24 09:06:10 +00:00
|
|
|
|
2016-11-28 22:29:05 +00:00
|
|
|
# Krebs
|
2017-07-15 17:01:02 +00:00
|
|
|
<stockholm/makefu/2configs/tinc/retiolum.nix>
|
2016-11-28 22:29:05 +00:00
|
|
|
|
|
|
|
# applications
|
2017-07-15 17:01:02 +00:00
|
|
|
<stockholm/makefu/2configs/exim-retiolum.nix>
|
|
|
|
<stockholm/makefu/2configs/mail-client.nix>
|
|
|
|
<stockholm/makefu/2configs/printer.nix>
|
|
|
|
<stockholm/makefu/2configs/task-client.nix>
|
2017-06-26 14:00:54 +00:00
|
|
|
|
|
|
|
# Virtualization
|
2017-07-31 12:23:25 +00:00
|
|
|
<stockholm/makefu/2configs/virtualisation/libvirt.nix>
|
|
|
|
<stockholm/makefu/2configs/virtualisation/docker.nix>
|
|
|
|
<stockholm/makefu/2configs/virtualisation/virtualbox.nix>
|
2017-08-16 10:14:00 +00:00
|
|
|
{
|
|
|
|
networking.firewall.allowedTCPPorts = [ 8080 ];
|
|
|
|
networking.nat = {
|
|
|
|
enable = true;
|
|
|
|
externalInterface = "wlp3s0";
|
|
|
|
internalInterfaces = [ "vboxnet0" ];
|
|
|
|
};
|
|
|
|
}
|
2015-08-22 23:28:41 +00:00
|
|
|
|
2017-06-26 14:00:54 +00:00
|
|
|
# Services
|
2017-07-15 17:01:02 +00:00
|
|
|
<stockholm/makefu/2configs/git/brain-retiolum.nix>
|
|
|
|
<stockholm/makefu/2configs/tor.nix>
|
2017-09-04 08:12:51 +00:00
|
|
|
<stockholm/makefu/2configs/vpn/vpngate.nix>
|
2017-07-15 17:01:02 +00:00
|
|
|
# <stockholm/makefu/2configs/buildbot-standalone.nix>
|
2017-10-07 09:29:04 +00:00
|
|
|
# <stockholm/makefu/2configs/remote-build/master.nix>
|
2015-08-31 17:56:47 +00:00
|
|
|
|
2017-06-26 14:00:54 +00:00
|
|
|
# Hardware
|
2017-07-15 17:01:02 +00:00
|
|
|
<stockholm/makefu/2configs/hw/tp-x230.nix>
|
|
|
|
<stockholm/makefu/2configs/hw/rtl8812au.nix>
|
|
|
|
<stockholm/makefu/2configs/hw/exfat-nofuse.nix>
|
|
|
|
<stockholm/makefu/2configs/hw/wwan.nix>
|
2017-08-02 20:17:41 +00:00
|
|
|
<stockholm/makefu/2configs/hw/stk1160.nix>
|
2017-07-15 17:01:02 +00:00
|
|
|
# <stockholm/makefu/2configs/rad1o.nix>
|
2017-02-12 18:47:36 +00:00
|
|
|
|
2017-06-26 14:00:54 +00:00
|
|
|
# Filesystem
|
2017-07-15 17:01:02 +00:00
|
|
|
<stockholm/makefu/2configs/fs/sda-crypto-root-home.nix>
|
2016-06-02 12:44:11 +00:00
|
|
|
|
2017-06-30 23:13:28 +00:00
|
|
|
# Security
|
2017-07-15 17:01:02 +00:00
|
|
|
<stockholm/makefu/2configs/sshd-totp.nix>
|
2017-08-02 20:17:41 +00:00
|
|
|
{
|
|
|
|
programs.adb.enable = true;
|
|
|
|
}
|
2017-06-30 23:13:28 +00:00
|
|
|
|
2015-08-22 23:28:41 +00:00
|
|
|
];
|
2017-03-01 14:51:48 +00:00
|
|
|
|
|
|
|
makefu.server.primary-itf = "wlp3s0";
|
2016-08-21 10:06:31 +00:00
|
|
|
makefu.full-populate = true;
|
2017-02-16 17:28:59 +00:00
|
|
|
makefu.umts.apn = "web.vodafone.de";
|
2016-09-02 10:50:07 +00:00
|
|
|
|
2016-10-22 10:47:22 +00:00
|
|
|
nixpkgs.config.allowUnfree = true;
|
2016-06-02 12:44:11 +00:00
|
|
|
|
2017-04-17 11:11:32 +00:00
|
|
|
environment.systemPackages = [ pkgs.passwdqc-utils ];
|
2016-06-02 12:44:11 +00:00
|
|
|
|
2015-12-15 20:18:29 +00:00
|
|
|
|
2015-10-13 22:10:56 +00:00
|
|
|
# configure pulseAudio to provide a HDMI sink as well
|
2016-02-11 16:06:50 +00:00
|
|
|
networking.firewall.enable = true;
|
2016-10-19 10:31:13 +00:00
|
|
|
networking.firewall.allowedTCPPorts = [ 80 24800 26061 8000 3000 ];
|
2016-07-28 10:58:54 +00:00
|
|
|
networking.firewall.allowedUDPPorts = [ 665 26061 ];
|
2017-08-16 10:14:00 +00:00
|
|
|
networking.firewall.trustedInterfaces = [ "vboxnet0" ];
|
2015-08-22 23:28:41 +00:00
|
|
|
|
2016-07-28 10:58:54 +00:00
|
|
|
krebs.build.host = config.krebs.hosts.x;
|
2016-07-20 15:18:57 +00:00
|
|
|
|
|
|
|
krebs.tinc.retiolum.connectTo = [ "omo" "gum" "prism" ];
|
|
|
|
|
2016-06-02 12:44:11 +00:00
|
|
|
networking.extraHosts = ''
|
|
|
|
192.168.1.11 omo.local
|
|
|
|
'';
|
2016-06-12 17:44:54 +00:00
|
|
|
# hard dependency because otherwise the device will not be unlocked
|
|
|
|
boot.initrd.luks.devices = [ { name = "luksroot"; device = "/dev/sda2"; allowDiscards=true; }];
|
2015-08-22 23:28:41 +00:00
|
|
|
}
|