summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/base-sources.nix
blob: 65c6e8e76c30f559d2c5911b053f3e0fab99a4f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{ config, lib, pkgs, ... }:

{
  system.stateVersion = "15.09";
  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
    };

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