stockholm/tv/1systems/wu.nix

247 lines
4.7 KiB
Nix
Raw Normal View History

2015-07-11 14:55:22 +00:00
{ config, lib, pkgs, ... }:
with lib;
{
krebs.build.host = config.krebs.hosts.wu;
2015-07-11 14:55:22 +00:00
imports = [
2015-10-29 00:09:54 +00:00
../2configs/hw/w110er.nix
2015-08-29 07:02:00 +00:00
#../2configs/consul-client.nix
2015-07-28 18:40:25 +00:00
../2configs/git.nix
../2configs/mail-client.nix
../2configs/pulse.nix
2015-10-24 20:31:10 +00:00
../2configs/xserver
2015-07-16 04:34:33 +00:00
{
environment.systemPackages = with pkgs; [
2015-07-24 15:34:08 +00:00
# stockholm
2015-07-16 04:34:33 +00:00
gnumake
2015-08-28 22:19:52 +00:00
hashPassword
lentil
2015-07-16 20:49:49 +00:00
parallel
(pkgs.writeScriptBin "im" ''
#! ${pkgs.bash}/bin/bash
export PATH=${makeSearchPath "bin" (with pkgs; [
tmux
gnugrep
weechat
])}
if tmux list-sessions -F\#S | grep -q '^im''$'; then
exec tmux attach -t im
else
exec tmux new -s im weechat
fi
'')
2015-07-16 04:34:33 +00:00
# root
cryptsetup
ntp # ntpate
# tv
2015-07-16 21:19:40 +00:00
bc
2015-07-16 04:34:33 +00:00
bind # dig
2015-08-28 22:19:52 +00:00
cac
dic
2015-07-16 04:34:33 +00:00
file
2015-09-25 20:56:28 +00:00
get
2015-07-16 04:34:33 +00:00
gnupg21
haskellPackages.hledger
htop
jq
manpages
mkpasswd
netcat
nix-repl
nmap
2015-08-28 22:19:52 +00:00
nq
2015-07-16 04:34:33 +00:00
p7zip
posix_man_pages
2015-10-15 00:00:32 +00:00
push
2015-07-16 04:34:33 +00:00
qrencode
texLive
tmux
#ack
#apache-httpd
#ascii
#emacs
#es
#esniper
#gcc
#gptfdisk
#graphviz
#haskellPackages.cabal2nix
#haskellPackages.ghc
#haskellPackages.shake
#hdparm
#i7z
#iftop
#imagemagick
#inotifyTools
#iodine
#iotop
#lshw
#lsof
#minicom
#mtools
#ncmpc
#neovim
#nethogs
#nix-prefetch-scripts #cvs bug
#openssl
#openswan
#parted
#perl
#powertop
#ppp
#proot
#pythonPackages.arandr
#pythonPackages.youtube-dl
#racket
#rxvt_unicode-with-plugins
#scrot
#sec
#silver-searcher
#sloccount
#smartmontools
#socat
#sshpass
#strongswan
#sysdig
#sysstat
#tcpdump
#tlsdate
#unetbootin
#utillinuxCurses
#wvdial
#xdotool
#xkill
#xl2tpd
#xsel
2015-11-07 18:24:25 +00:00
unison
2015-07-16 04:34:33 +00:00
];
}
2015-07-11 14:55:22 +00:00
{
tv.iptables = {
enable = true;
input-internet-accept-new-tcp = [
"ssh"
"http"
"tinc"
"smtp"
];
};
}
2015-08-13 09:46:09 +00:00
{
krebs.exim-retiolum.enable = true;
2015-08-13 09:46:09 +00:00
}
2015-07-11 14:55:22 +00:00
{
2015-07-24 09:50:23 +00:00
krebs.nginx = {
2015-07-11 14:55:22 +00:00
enable = true;
servers.default.locations = [
2015-07-11 14:55:22 +00:00
(nameValuePair "~ ^/~(.+?)(/.*)?\$" ''
alias /home/$1/public_html$2;
'')
];
};
}
{
2015-07-24 10:34:25 +00:00
krebs.retiolum = {
2015-07-11 14:55:22 +00:00
enable = true;
connectTo = [
"gum"
"pigstarter"
];
};
}
];
boot.initrd.luks = {
cryptoModules = [ "aes" "sha512" "xts" ];
devices = [
{ name = "home"; device = "/dev/vg840/enchome"; preLVM = false; }
];
};
fileSystems = {
"/" = {
device = "/dev/mapper/vg840-wuroot";
fsType = "btrfs";
options = "defaults,noatime,ssd,compress=lzo";
};
"/home" = {
device = "/dev/mapper/home";
2015-09-26 22:38:37 +00:00
fsType = "btrfs";
2015-07-11 14:55:22 +00:00
options = "defaults,noatime,ssd,compress=lzo";
};
"/boot" = {
device = "/dev/sda1";
};
"/tmp" = {
device = "tmpfs";
fsType = "tmpfs";
options = "nosuid,nodev,noatime";
};
};
nixpkgs.config.chromium.enablePepperFlash = true;
nixpkgs.config.allowUnfree = true;
hardware.bumblebee.enable = true;
hardware.bumblebee.group = "video";
hardware.enableAllFirmware = true;
hardware.opengl.driSupport32Bit = true;
environment.systemPackages = with pkgs; [
xlibs.fontschumachermisc
slock
ethtool
#firefoxWrapper # with plugins
#chromiumDevWrapper
tinc
iptables
#jack2
];
security.setuidPrograms = [
"sendmail" # for cron
"slock"
];
services.printing.enable = true;
services.journald.extraConfig = ''
SystemMaxUse=1G
RuntimeMaxUse=128M
'';
# see tmpfiles.d(5)
systemd.tmpfiles.rules = [
"d /tmp 1777 root root - -" # does this work with mounted /tmp?
];
virtualisation.libvirtd.enable = true;
services.udev.extraRules = ''
SUBSYSTEM=="net", ATTR{address}=="00:90:f5:da:aa:c3", NAME="en0"
SUBSYSTEM=="net", ATTR{address}=="a0:88:b4:1b:ae:6c", NAME="wl0"
# for jack
KERNEL=="rtc0", GROUP="audio"
KERNEL=="hpet", GROUP="audio"
'';
2015-12-23 12:08:42 +00:00
services.bitlbee = {
enable = true;
plugins = [
pkgs.bitlbee-facebook
];
};
2015-07-11 14:55:22 +00:00
services.tor.client.enable = true;
services.tor.enable = true;
services.virtualboxHost.enable = true;
}