stockholm/makefu/2configs/base-sources.nix

22 lines
559 B
Nix
Raw Normal View History

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 = {
#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-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 ../.. ;
};
};
}