2015-07-11 14:55:22 +00:00
|
|
|
{ config, lib, pkgs, ... }:
|
|
|
|
|
2016-10-20 18:54:38 +00:00
|
|
|
with import <stockholm/lib>;
|
2015-07-11 14:55:22 +00:00
|
|
|
|
|
|
|
{
|
2015-07-24 22:04:04 +00:00
|
|
|
krebs.build.host = config.krebs.hosts.wu;
|
|
|
|
|
2015-07-11 14:55:22 +00:00
|
|
|
imports = [
|
2016-02-15 15:27:11 +00:00
|
|
|
../.
|
2015-10-29 00:09:54 +00:00
|
|
|
../2configs/hw/w110er.nix
|
2016-02-01 16:13:46 +00:00
|
|
|
../2configs/exim-retiolum.nix
|
2015-07-28 18:40:25 +00:00
|
|
|
../2configs/git.nix
|
2016-02-17 16:23:19 +00:00
|
|
|
../2configs/im.nix
|
2015-07-28 18:40:25 +00:00
|
|
|
../2configs/mail-client.nix
|
2016-02-17 22:35:25 +00:00
|
|
|
../2configs/man.nix
|
2016-03-05 11:57:46 +00:00
|
|
|
../2configs/nginx/public_html.nix
|
2015-11-25 00:51:35 +00:00
|
|
|
../2configs/pulse.nix
|
2016-02-01 16:32:04 +00:00
|
|
|
../2configs/retiolum.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
|
2015-07-16 20:49:49 +00:00
|
|
|
parallel
|
2015-07-16 04:34:33 +00:00
|
|
|
|
|
|
|
# root
|
|
|
|
cryptsetup
|
|
|
|
|
|
|
|
# tv
|
2015-07-16 21:19:40 +00:00
|
|
|
bc
|
2015-07-16 04:34:33 +00:00
|
|
|
bind # dig
|
2016-02-03 18:39:00 +00:00
|
|
|
cac-api
|
2015-08-28 22:19:52 +00:00
|
|
|
dic
|
2015-07-16 04:34:33 +00:00
|
|
|
file
|
2015-09-25 20:56:28 +00:00
|
|
|
get
|
2016-06-29 23:34:25 +00:00
|
|
|
gnupg1compat
|
2015-07-16 04:34:33 +00:00
|
|
|
haskellPackages.hledger
|
|
|
|
htop
|
|
|
|
jq
|
|
|
|
mkpasswd
|
|
|
|
netcat
|
|
|
|
nix-repl
|
|
|
|
nmap
|
|
|
|
p7zip
|
2015-10-15 00:00:32 +00:00
|
|
|
push
|
2015-07-16 04:34:33 +00:00
|
|
|
qrencode
|
|
|
|
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
|
|
|
];
|
|
|
|
|
|
|
|
boot.initrd.luks = {
|
|
|
|
cryptoModules = [ "aes" "sha512" "xts" ];
|
|
|
|
devices = [
|
2017-01-08 12:07:58 +00:00
|
|
|
{ name = "wuca"; device = "/dev/sda2"; }
|
2015-07-11 14:55:22 +00:00
|
|
|
];
|
|
|
|
};
|
|
|
|
|
|
|
|
fileSystems = {
|
|
|
|
"/" = {
|
2017-01-08 12:07:58 +00:00
|
|
|
device = "/dev/mapper/wuvga-root";
|
|
|
|
fsType = "btrfs";
|
|
|
|
options = ["defaults" "noatime" "ssd" "compress=lzo"];
|
|
|
|
};
|
|
|
|
"/bku" = {
|
|
|
|
device = "/dev/mapper/wuvga-bku";
|
2015-07-11 14:55:22 +00:00
|
|
|
fsType = "btrfs";
|
2016-02-27 14:39:53 +00:00
|
|
|
options = ["defaults" "noatime" "ssd" "compress=lzo"];
|
2015-07-11 14:55:22 +00:00
|
|
|
};
|
|
|
|
"/home" = {
|
2017-01-08 12:07:58 +00:00
|
|
|
device = "/dev/mapper/wuvga-home";
|
2015-09-26 22:38:37 +00:00
|
|
|
fsType = "btrfs";
|
2016-02-27 14:39:53 +00:00
|
|
|
options = ["defaults" "noatime" "ssd" "compress=lzo"];
|
2015-07-11 14:55:22 +00:00
|
|
|
};
|
|
|
|
"/boot" = {
|
|
|
|
device = "/dev/sda1";
|
|
|
|
};
|
|
|
|
"/tmp" = {
|
|
|
|
device = "tmpfs";
|
|
|
|
fsType = "tmpfs";
|
2016-02-27 14:39:53 +00:00
|
|
|
options = ["nosuid" "nodev" "noatime"];
|
2015-07-11 14:55:22 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2016-02-10 18:06:32 +00:00
|
|
|
krebs.nixpkgs.allowUnfreePredicate = pkg: hasPrefix "nvidia-x11-" pkg.name;
|
2015-07-11 14:55:22 +00:00
|
|
|
hardware.bumblebee.enable = true;
|
|
|
|
hardware.bumblebee.group = "video";
|
|
|
|
hardware.enableAllFirmware = true;
|
|
|
|
hardware.opengl.driSupport32Bit = true;
|
|
|
|
|
|
|
|
environment.systemPackages = with pkgs; [
|
|
|
|
ethtool
|
2016-06-29 23:05:21 +00:00
|
|
|
tinc_pre
|
2015-07-11 14:55:22 +00:00
|
|
|
iptables
|
|
|
|
#jack2
|
|
|
|
];
|
|
|
|
|
|
|
|
security.setuidPrograms = [
|
|
|
|
"sendmail" # for cron
|
|
|
|
];
|
|
|
|
|
|
|
|
services.printing.enable = true;
|
|
|
|
|
|
|
|
# see tmpfiles.d(5)
|
|
|
|
systemd.tmpfiles.rules = [
|
|
|
|
"d /tmp 1777 root root - -" # does this work with mounted /tmp?
|
|
|
|
];
|
|
|
|
|
|
|
|
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"
|
|
|
|
'';
|
|
|
|
|
2017-01-08 12:07:58 +00:00
|
|
|
virtualisation.virtualbox.host.enable = true;
|
2015-07-11 14:55:22 +00:00
|
|
|
}
|