2015-10-29 00:11:44 +00:00
|
|
|
{ config, lib, pkgs, ... }:
|
|
|
|
|
2016-02-14 15:43:44 +00:00
|
|
|
with config.krebs.lib;
|
2015-10-29 00:11:44 +00:00
|
|
|
|
|
|
|
{
|
|
|
|
krebs.build.host = config.krebs.hosts.xu;
|
|
|
|
|
|
|
|
imports = [
|
2016-02-15 15:27:11 +00:00
|
|
|
../.
|
2015-10-29 00:11:44 +00:00
|
|
|
../2configs/hw/x220.nix
|
2016-02-01 16:13:46 +00:00
|
|
|
../2configs/exim-retiolum.nix
|
2015-10-29 00:11:44 +00:00
|
|
|
../2configs/git.nix
|
|
|
|
../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
|
2016-02-27 14:24:06 +00:00
|
|
|
../2configs/wu-binary-cache/client.nix
|
2015-10-29 00:11:44 +00:00
|
|
|
../2configs/xserver
|
2016-02-13 17:21:17 +00:00
|
|
|
../2configs/xu-qemu0.nix
|
2015-10-29 00:11:44 +00:00
|
|
|
{
|
|
|
|
environment.systemPackages = with pkgs; [
|
|
|
|
|
|
|
|
# stockholm
|
|
|
|
gnumake
|
|
|
|
hashPassword
|
2016-02-01 02:11:17 +00:00
|
|
|
haskellPackages.lentil
|
2015-10-29 00:11:44 +00:00
|
|
|
parallel
|
2016-06-13 00:04:22 +00:00
|
|
|
(pkgs.writeBashBin "im" ''
|
2015-10-29 00:11:44 +00:00
|
|
|
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
|
|
|
|
'')
|
|
|
|
|
|
|
|
# root
|
|
|
|
cryptsetup
|
|
|
|
ntp # ntpate
|
|
|
|
|
|
|
|
# tv
|
|
|
|
bc
|
|
|
|
bind # dig
|
2016-02-13 16:58:40 +00:00
|
|
|
cac-api
|
2015-10-29 00:11:44 +00:00
|
|
|
dic
|
|
|
|
file
|
2016-06-29 23:34:25 +00:00
|
|
|
gnupg1compat
|
2015-10-29 00:11:44 +00:00
|
|
|
haskellPackages.hledger
|
|
|
|
htop
|
|
|
|
jq
|
|
|
|
mkpasswd
|
|
|
|
netcat
|
|
|
|
nix-repl
|
|
|
|
nmap
|
|
|
|
p7zip
|
2015-11-07 09:04:46 +00:00
|
|
|
pass
|
2016-06-03 13:05:47 +00:00
|
|
|
q
|
2015-10-29 00:11:44 +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
|
|
|
|
#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:27:47 +00:00
|
|
|
|
|
|
|
unison
|
2015-10-29 00:11:44 +00:00
|
|
|
];
|
|
|
|
}
|
|
|
|
];
|
|
|
|
|
|
|
|
boot.initrd.luks = {
|
|
|
|
cryptoModules = [ "aes" "sha512" "xts" ];
|
|
|
|
devices = [
|
|
|
|
{ name = "xuca"; device = "/dev/sda2"; }
|
|
|
|
];
|
|
|
|
};
|
|
|
|
|
|
|
|
fileSystems = {
|
|
|
|
"/" = {
|
|
|
|
device = "/dev/mapper/xuvga-root";
|
|
|
|
fsType = "btrfs";
|
2016-02-27 14:39:53 +00:00
|
|
|
options = ["defaults" "noatime" "ssd" "compress=lzo"];
|
2015-10-29 00:11:44 +00:00
|
|
|
};
|
|
|
|
"/home" = {
|
|
|
|
device = "/dev/mapper/xuvga-home";
|
|
|
|
fsType = "btrfs";
|
2016-02-27 14:39:53 +00:00
|
|
|
options = ["defaults" "noatime" "ssd" "compress=lzo"];
|
2015-10-29 00:11:44 +00:00
|
|
|
};
|
|
|
|
"/boot" = {
|
|
|
|
device = "/dev/sda1";
|
|
|
|
};
|
|
|
|
"/tmp" = {
|
|
|
|
device = "tmpfs";
|
|
|
|
fsType = "tmpfs";
|
2016-02-27 14:39:53 +00:00
|
|
|
options = ["nosuid" "nodev" "noatime"];
|
2015-10-29 00:11:44 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
nixpkgs.config.chromium.enablePepperFlash = true;
|
|
|
|
|
|
|
|
#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-10-29 00:11:44 +00:00
|
|
|
iptables
|
|
|
|
#jack2
|
|
|
|
|
|
|
|
gptfdisk
|
|
|
|
];
|
|
|
|
|
|
|
|
security.setuidPrograms = [
|
|
|
|
"sendmail" # for cron
|
|
|
|
];
|
|
|
|
|
|
|
|
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?
|
|
|
|
];
|
|
|
|
|
|
|
|
#services.bitlbee.enable = true;
|
|
|
|
#services.tor.client.enable = true;
|
|
|
|
#services.tor.enable = true;
|
|
|
|
#services.virtualboxHost.enable = true;
|
|
|
|
|
|
|
|
|
|
|
|
# The NixOS release to be compatible with for stateful data such as databases.
|
|
|
|
system.stateVersion = "15.09";
|
|
|
|
}
|