2015-08-22 23:28:41 +00:00
|
|
|
#
|
|
|
|
#
|
|
|
|
#
|
|
|
|
{ config, pkgs, ... }:
|
|
|
|
|
|
|
|
{
|
|
|
|
imports =
|
2016-11-28 22:29:05 +00:00
|
|
|
[ # base
|
2016-02-15 15:27:11 +00:00
|
|
|
../.
|
2016-11-28 22:29:05 +00:00
|
|
|
../2configs/main-laptop.nix
|
2017-03-17 00:21:20 +00:00
|
|
|
../2configs/extra-fonts.nix
|
2017-03-01 14:51:48 +00:00
|
|
|
../2configs/tools/all.nix
|
2016-09-02 10:50:07 +00:00
|
|
|
../2configs/laptop-backup.nix
|
2017-02-12 18:47:36 +00:00
|
|
|
../2configs/dnscrypt.nix
|
2015-08-23 00:48:35 +00:00
|
|
|
|
2016-11-28 22:29:05 +00:00
|
|
|
# testing
|
2017-02-12 18:47:36 +00:00
|
|
|
# ../2configs/openvpn/vpngate.nix
|
2016-11-28 22:29:05 +00:00
|
|
|
#../2configs/temp/share-samba.nix
|
|
|
|
# ../2configs/mediawiki.nix
|
|
|
|
# ../2configs/wordpress.nix
|
|
|
|
# ../2configs/nginx/public_html.nix
|
|
|
|
# ../2configs/nginx/icecult.nix
|
2017-02-04 13:35:29 +00:00
|
|
|
|
|
|
|
# ../2configs/elchos/irc-token.nix
|
|
|
|
# ../2configs/elchos/log.nix
|
|
|
|
|
|
|
|
#../2configs/elchos/search.nix
|
|
|
|
#../2configs/elchos/stats.nix
|
|
|
|
#../2configs/elchos/test/ftpservers.nix
|
|
|
|
|
|
|
|
# ../2configs/tinc/siem.nix
|
|
|
|
#../2configs/torrent.nix
|
|
|
|
# temporary modules
|
|
|
|
|
|
|
|
# ../2configs/torrent.nix
|
2016-11-28 22:29:05 +00:00
|
|
|
#../2configs/temp/elkstack.nix
|
|
|
|
# ../2configs/temp/sabnzbd.nix
|
2015-08-24 09:06:10 +00:00
|
|
|
|
|
|
|
|
2015-12-04 21:42:44 +00:00
|
|
|
|
2016-11-28 22:29:05 +00:00
|
|
|
# Krebs
|
2017-02-04 13:35:29 +00:00
|
|
|
# ../2configs/disable_v6.nix
|
2016-11-28 22:29:05 +00:00
|
|
|
../2configs/tinc/retiolum.nix
|
|
|
|
|
|
|
|
# applications
|
2015-08-23 00:48:35 +00:00
|
|
|
../2configs/exim-retiolum.nix
|
2015-10-20 12:25:49 +00:00
|
|
|
../2configs/mail-client.nix
|
2015-12-04 21:42:44 +00:00
|
|
|
../2configs/printer.nix
|
2015-11-06 22:54:27 +00:00
|
|
|
../2configs/virtualization.nix
|
2017-03-17 00:21:20 +00:00
|
|
|
../2configs/virtualization-virtualbox.nix
|
2015-08-24 09:06:10 +00:00
|
|
|
../2configs/wwan.nix
|
2016-11-28 22:29:05 +00:00
|
|
|
../2configs/rad1o.nix
|
2015-08-22 23:28:41 +00:00
|
|
|
|
2015-09-02 08:02:05 +00:00
|
|
|
# services
|
2017-02-04 13:35:29 +00:00
|
|
|
#../2configs/git/brain-retiolum.nix
|
2015-09-27 17:30:37 +00:00
|
|
|
../2configs/tor.nix
|
2016-06-02 12:44:11 +00:00
|
|
|
../2configs/steam.nix
|
2015-12-26 10:41:41 +00:00
|
|
|
# ../2configs/buildbot-standalone.nix
|
2015-08-31 17:56:47 +00:00
|
|
|
|
2015-08-23 00:48:35 +00:00
|
|
|
# hardware specifics are in here
|
2016-10-27 12:55:50 +00:00
|
|
|
../2configs/hw/tp-x230.nix
|
2016-06-12 17:44:54 +00:00
|
|
|
../2configs/hw/rtl8812au.nix
|
2017-02-12 18:47:36 +00:00
|
|
|
|
2015-09-02 08:02:05 +00:00
|
|
|
# mount points
|
|
|
|
../2configs/fs/sda-crypto-root-home.nix
|
2016-06-02 12:44:11 +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-03-19 22:37:27 +00:00
|
|
|
krebs.nginx = {
|
|
|
|
default404 = false;
|
|
|
|
servers.default.listen = [ "80 default_server" ];
|
|
|
|
servers.default.server-names = [ "_" ];
|
|
|
|
};
|
2016-06-02 12:44:11 +00:00
|
|
|
|
2017-03-01 14:51:48 +00:00
|
|
|
boot.extraModulePackages = [ config.boot.kernelPackages.exfat-nofuse ];
|
2016-06-02 12:44:11 +00:00
|
|
|
environment.systemPackages = [ pkgs.passwdqc-utils pkgs.bintray-upload ];
|
|
|
|
|
2016-10-27 12:55:50 +00:00
|
|
|
virtualisation.docker.enable = true;
|
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 ];
|
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
|
|
|
}
|