2015-10-28 14:06:41 +00:00
|
|
|
{ config, lib, pkgs, ... }:
|
|
|
|
|
2016-10-20 18:54:38 +00:00
|
|
|
with import <stockholm/lib>;
|
2015-10-28 14:06:41 +00:00
|
|
|
let
|
2017-05-02 12:03:25 +00:00
|
|
|
external-mac = "3a:66:48:8e:82:b2";
|
2016-04-08 01:53:34 +00:00
|
|
|
external-ip = config.krebs.build.host.nets.internet.ip4.addr;
|
2017-05-02 12:03:25 +00:00
|
|
|
external-gw = "188.68.40.1";
|
|
|
|
external-netmask = 22;
|
2016-04-08 01:53:34 +00:00
|
|
|
internal-ip = config.krebs.build.host.nets.retiolum.ip4.addr;
|
2017-05-02 12:03:25 +00:00
|
|
|
main-disk = "/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-0";
|
2015-10-28 14:06:41 +00:00
|
|
|
in {
|
|
|
|
imports = [
|
2016-02-15 15:27:11 +00:00
|
|
|
../.
|
2017-05-02 12:03:25 +00:00
|
|
|
<nixpkgs/nixos/modules/profiles/qemu-guest.nix>
|
2015-10-28 14:06:41 +00:00
|
|
|
../2configs/headless.nix
|
2015-11-10 11:58:32 +00:00
|
|
|
../2configs/fs/single-partition-ext4.nix
|
2015-12-29 20:20:36 +00:00
|
|
|
../2configs/smart-monitor.nix
|
2015-11-17 12:54:55 +00:00
|
|
|
../2configs/git/cgit-retiolum.nix
|
2017-02-04 13:35:29 +00:00
|
|
|
../2configs/backup.nix
|
2016-10-21 20:38:18 +00:00
|
|
|
# ../2configs/mattermost-docker.nix
|
2017-05-02 12:03:25 +00:00
|
|
|
# ../2configs/disable_v6.nix
|
2015-12-24 19:51:58 +00:00
|
|
|
../2configs/exim-retiolum.nix
|
2016-07-20 15:18:57 +00:00
|
|
|
../2configs/tinc/retiolum.nix
|
2015-12-24 19:51:58 +00:00
|
|
|
../2configs/urlwatch.nix
|
2017-02-04 13:35:29 +00:00
|
|
|
|
2017-05-02 12:03:25 +00:00
|
|
|
# Tools
|
|
|
|
../2configs/tools/core.nix
|
|
|
|
../2configs/tools/dev.nix
|
|
|
|
../2configs/tools/sec.nix
|
|
|
|
|
2017-02-04 13:35:29 +00:00
|
|
|
# services
|
2016-10-28 12:11:31 +00:00
|
|
|
../2configs/gum-share.nix
|
2017-02-04 13:35:29 +00:00
|
|
|
../2configs/sabnzbd.nix
|
|
|
|
../2configs/torrent.nix
|
|
|
|
../2configs/iodined.nix
|
2016-09-02 10:50:24 +00:00
|
|
|
|
2017-02-04 13:35:29 +00:00
|
|
|
## Web
|
|
|
|
../2configs/nginx/share-download.nix
|
|
|
|
../2configs/nginx/euer.test.nix
|
2017-04-11 19:38:27 +00:00
|
|
|
../2configs/nginx/euer.wiki.nix
|
|
|
|
../2configs/nginx/euer.blog.nix
|
2017-02-04 13:35:29 +00:00
|
|
|
../2configs/nginx/public_html.nix
|
|
|
|
../2configs/nginx/update.connector.one.nix
|
2017-04-28 10:44:09 +00:00
|
|
|
|
2017-02-04 13:35:29 +00:00
|
|
|
../2configs/deployment/mycube.connector.one.nix
|
2017-04-11 19:38:27 +00:00
|
|
|
../2configs/deployment/graphs.nix
|
2017-04-28 10:44:09 +00:00
|
|
|
../2configs/deployment/owncloud.nix
|
|
|
|
../2configs/deployment/wiki-irc.nix
|
|
|
|
../2configs/deployment/boot-euer.nix
|
2017-04-17 11:08:36 +00:00
|
|
|
# ../2configs/ipfs.nix
|
|
|
|
../2configs/syncthing.nix
|
2017-02-04 13:35:29 +00:00
|
|
|
|
|
|
|
# ../2configs/opentracker.nix
|
|
|
|
../2configs/logging/central-stats-client.nix
|
2017-04-17 11:08:36 +00:00
|
|
|
# ../2configs/logging/central-logging-client.nix
|
2015-12-29 20:20:36 +00:00
|
|
|
|
2015-10-28 14:06:41 +00:00
|
|
|
];
|
2017-05-02 12:03:25 +00:00
|
|
|
services.smartd.devices = [ { device = main-disk;} ];
|
2017-02-04 13:35:29 +00:00
|
|
|
makefu.dl-dir = "/var/download";
|
2015-11-27 22:10:44 +00:00
|
|
|
|
2016-12-24 22:40:38 +00:00
|
|
|
|
2015-11-27 22:10:44 +00:00
|
|
|
###### stable
|
2016-12-24 22:40:38 +00:00
|
|
|
services.nginx.virtualHosts.cgit.serverAliases = [ "cgit.euer.krebsco.de" ];
|
2015-11-10 17:53:31 +00:00
|
|
|
krebs.build.host = config.krebs.hosts.gum;
|
2017-02-04 13:35:29 +00:00
|
|
|
|
2016-07-20 15:18:57 +00:00
|
|
|
krebs.tinc.retiolum = {
|
2016-03-11 01:10:34 +00:00
|
|
|
extraConfig = ''
|
|
|
|
ListenAddress = ${external-ip} 53
|
|
|
|
ListenAddress = ${external-ip} 655
|
|
|
|
ListenAddress = ${external-ip} 21031
|
|
|
|
'';
|
|
|
|
connectTo = [
|
|
|
|
"muhbaasu" "tahoe" "flap" "wry"
|
2016-11-11 07:47:46 +00:00
|
|
|
"ni"
|
2016-03-11 01:10:34 +00:00
|
|
|
"fastpoke" "prism" "dishfire" "echelon" "cloudkrebs"
|
|
|
|
];
|
|
|
|
};
|
|
|
|
|
2016-04-10 21:24:15 +00:00
|
|
|
makefu.taskserver.enable = true;
|
|
|
|
|
2015-11-27 22:10:44 +00:00
|
|
|
|
2016-03-16 07:42:19 +00:00
|
|
|
# access
|
|
|
|
users.users = {
|
|
|
|
root.openssh.authorizedKeys.keys = [ config.krebs.users.makefu-omo.pubkey ];
|
2017-02-08 17:37:15 +00:00
|
|
|
makefu.openssh.authorizedKeys.keys = [ config.krebs.users.makefu-vbob.pubkey config.krebs.users.makefu-bob.pubkey ];
|
2016-03-16 07:42:19 +00:00
|
|
|
};
|
|
|
|
|
2015-11-10 18:36:46 +00:00
|
|
|
# Chat
|
|
|
|
environment.systemPackages = with pkgs;[
|
|
|
|
weechat
|
2015-12-03 19:39:01 +00:00
|
|
|
bepasty-client-cli
|
2015-11-27 22:10:44 +00:00
|
|
|
get
|
2015-11-10 18:36:46 +00:00
|
|
|
];
|
|
|
|
services.bitlbee.enable = true;
|
|
|
|
|
2015-11-10 17:53:31 +00:00
|
|
|
# Hardware
|
2017-05-02 12:03:25 +00:00
|
|
|
boot.loader.grub.device = main-disk;
|
|
|
|
boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "virtio_pci" "sd_mod" "sr_mod" ];
|
2015-11-10 11:58:32 +00:00
|
|
|
boot.kernelModules = [ "kvm-intel" ];
|
2015-11-10 17:53:31 +00:00
|
|
|
|
|
|
|
# Network
|
2015-11-10 11:58:32 +00:00
|
|
|
services.udev.extraRules = ''
|
2017-05-02 12:03:25 +00:00
|
|
|
SUBSYSTEM=="net", ATTR{address}=="${external-mac}", NAME="et0"
|
2015-11-10 11:58:32 +00:00
|
|
|
'';
|
2016-12-24 22:40:38 +00:00
|
|
|
boot.kernelParams = [ ];
|
2015-10-28 14:06:41 +00:00
|
|
|
networking = {
|
2015-11-13 11:24:29 +00:00
|
|
|
firewall = {
|
|
|
|
allowPing = true;
|
|
|
|
logRefusedConnections = false;
|
|
|
|
allowedTCPPorts = [
|
|
|
|
# smtp
|
|
|
|
25
|
|
|
|
# http
|
|
|
|
80 443
|
|
|
|
# tinc
|
|
|
|
655
|
2015-12-14 13:18:34 +00:00
|
|
|
# tinc-shack
|
|
|
|
21032
|
|
|
|
# tinc-retiolum
|
|
|
|
21031
|
2016-04-10 21:24:15 +00:00
|
|
|
# taskserver
|
|
|
|
53589
|
2015-11-13 11:24:29 +00:00
|
|
|
];
|
|
|
|
allowedUDPPorts = [
|
|
|
|
# tinc
|
|
|
|
655 53
|
2015-12-14 13:18:34 +00:00
|
|
|
# tinc-retiolum
|
|
|
|
21031
|
|
|
|
# tinc-shack
|
|
|
|
21032
|
2015-11-13 11:24:29 +00:00
|
|
|
];
|
2015-11-10 17:53:31 +00:00
|
|
|
};
|
2015-11-10 11:58:32 +00:00
|
|
|
interfaces.et0.ip4 = [{
|
2015-10-28 14:06:41 +00:00
|
|
|
address = external-ip;
|
2017-05-02 12:03:25 +00:00
|
|
|
prefixLength = external-netmask;
|
2015-10-28 14:06:41 +00:00
|
|
|
}];
|
2017-05-02 12:03:25 +00:00
|
|
|
defaultGateway = external-gw;
|
2015-10-28 14:06:41 +00:00
|
|
|
nameservers = [ "8.8.8.8" ];
|
|
|
|
};
|
|
|
|
|
|
|
|
}
|