unstable @ 2017-02-28

This commit is contained in:
makefu 2017-02-28 14:25:44 +01:00
parent 3f3325a55e
commit 01b5372467
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -22,7 +22,7 @@ with import <stockholm/lib>;
user = config.krebs.users.makefu;
source = let
inherit (config.krebs.build) host user;
ref = "f66d782"; # unstable @ 2017-02-04
ref = "53a2baa"; # unstable @ 2017-02-28
in {
nixpkgs = if config.makefu.full-populate || (getEnv "dummy_secrets" == "true") then
{
@ -159,7 +159,7 @@ with import <stockholm/lib>;
auto-optimise-store = true
'';
security.setuidPrograms = [ "sendmail" ];
security.wrappers.sendmail.source = "${pkgs.exim}/bin/sendmail";
services.journald.extraConfig = ''
SystemMaxUse=1G
RuntimeMaxUse=128M