diff options
author | lassulus <lass@aidsballs.de> | 2015-07-28 15:29:59 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2015-07-28 15:29:59 +0200 |
commit | 7acd1262519d8f15c8eb89a0dce968eb26d6b7d4 (patch) | |
tree | 71f807a36e60e126b6fdb0be51e70cde4bf64b4e /1systems/makefu | |
parent | 7673c84204bd5bae0426b79c62e95dfccf846756 (diff) | |
parent | 7920cfad18e69ea30bbe5e70da2cd93e0bbc05cd (diff) |
Merge branch 'tv' into master
Diffstat (limited to '1systems/makefu')
-rw-r--r-- | 1systems/makefu/pnp.nix | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/1systems/makefu/pnp.nix b/1systems/makefu/pnp.nix index 7e4ccf2..1019c4d 100644 --- a/1systems/makefu/pnp.nix +++ b/1systems/makefu/pnp.nix @@ -11,7 +11,8 @@ ../../2configs/makefu/base.nix ../../2configs/makefu/cgit-retiolum.nix ]; - krebs.enable = true; + krebs.build.host = config.krebs.hosts.pnp; + boot.loader.grub.enable = true; boot.loader.grub.version = 2; boot.loader.grub.device = "/dev/vda"; @@ -39,14 +40,8 @@ ]; }; - nix.maxJobs = 2; - networking.hostName = "pnp"; # Define your hostname. - # $ nix-env -qaP | grep wget environment.systemPackages = with pkgs; [ - wget - git - gnumake jq ]; } |