summaryrefslogtreecommitdiffstats
path: root/1systems
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-07-26 18:18:41 +0200
committermakefu <github@syntax-fehler.de>2015-07-26 18:18:41 +0200
commit718bc6ffcc9523682cdfe421913b84cea00234d2 (patch)
tree151c2bee6e257936d0d9c6cc92acdf8eb4cdbef8 /1systems
parentc021118096479ed15c32d40e7f5f7fc64e81bad1 (diff)
use new krebs config for hostname
Diffstat (limited to '1systems')
-rw-r--r--1systems/makefu/pnp.nix9
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
];
}