2015-09-27 17:30:37 +00:00
|
|
|
{ config, lib, pkgs, ... }:
|
|
|
|
|
|
|
|
{
|
2015-10-28 14:09:31 +00:00
|
|
|
system.stateVersion = "15.09";
|
2015-09-27 17:30:37 +00:00
|
|
|
krebs.build.source = {
|
|
|
|
git.nixpkgs = {
|
2015-10-19 21:46:10 +00:00
|
|
|
#url = https://github.com/NixOS/nixpkgs;
|
|
|
|
url = https://github.com/makefu/nixpkgs;
|
|
|
|
rev = "78340b042463fd35caa587b0db2e400e5666dbe1"; # nixos-15.09 + cherry-picked iodine
|
2015-09-27 17:30:37 +00:00
|
|
|
};
|
2015-10-10 18:21:11 +00:00
|
|
|
|
2015-09-27 17:30:37 +00:00
|
|
|
dir.secrets = {
|
|
|
|
host = config.krebs.hosts.pornocauster;
|
|
|
|
path = "/home/makefu/secrets/${config.krebs.build.host.name}/";
|
|
|
|
};
|
|
|
|
dir.stockholm = {
|
|
|
|
host = config.krebs.hosts.pornocauster;
|
|
|
|
path = toString ../.. ;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|