Merge remote-tracking branch 'gum/master'

This commit is contained in:
lassulus 2016-10-22 14:24:20 +02:00
commit 0c464bb3cf
4 changed files with 11 additions and 9 deletions

View File

@ -11,9 +11,9 @@ in {
../2configs/fs/simple-swap.nix
../2configs/fs/single-partition-ext4.nix
../2configs/smart-monitor.nix
# ../2configs/iodined.nix
../2configs/iodined.nix
../2configs/git/cgit-retiolum.nix
../2configs/mattermost-docker.nix
# ../2configs/mattermost-docker.nix
../2configs/nginx/euer.test.nix
../2configs/nginx/update.connector.one.nix
../2configs/deployment/mycube.connector.one.nix

View File

@ -40,7 +40,7 @@
fortclientsslvpn ppp xclip
get
logstash
docker
# docker
devpi-web
devpi-client
];
@ -53,8 +53,6 @@
8010
];
virtualisation.docker.enable = false;
fileSystems."/media/share" = {
fsType = "vboxsf";
device = "share";

View File

@ -13,6 +13,7 @@
# Krebs
#../2configs/disable_v6.nix
../2configs/rad1o.nix
# applications
@ -38,19 +39,21 @@
../2configs/fs/sda-crypto-root-home.nix
# ../2configs/mediawiki.nix
#../2configs/wordpress.nix
../2configs/nginx/public_html.nix
#../2configs/nginx/public_html.nix
../2configs/nginx/icecult.nix
../2configs/tinc/retiolum.nix
# temporary modules
../2configs/temp/share-samba.nix
../2configs/laptop-backup.nix
# ../2configs/temp/elkstack.nix
../2configs/temp/elkstack.nix
# ../2configs/temp/sabnzbd.nix
../2configs/tinc/siem.nix
#../2configs/torrent.nix
];
makefu.full-populate = true;
nixpkgs.config.allowUnfree = true;
krebs.nginx = {
default404 = false;
servers.default.listen = [ "80 default_server" ];
@ -59,7 +62,7 @@
environment.systemPackages = [ pkgs.passwdqc-utils pkgs.bintray-upload ];
virtualisation.docker.enable = true;
# virtualisation.docker.enable = true;
# configure pulseAudio to provide a HDMI sink as well
networking.firewall.enable = true;

View File

@ -23,7 +23,8 @@ with import <stockholm/lib>;
user = config.krebs.users.makefu;
source = let
inherit (config.krebs.build) host user;
ref = "b8ede35"; # stable @ 2016-10-19
# ref = "b8ede35"; # stable @ 2016-10-19
ref = "31c72ce"; # stable @ 2016-10-21 (dirtycow)
in {
nixpkgs = if config.makefu.full-populate || (getEnv "dummy_secrets" == "true") then
{