summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-07-26 21:19:41 +0200
committertv <tv@shackspace.de>2015-07-26 21:19:41 +0200
commit557090b2a2d866b597592f2e486416526471ba74 (patch)
tree75c24784027df61317468b3a7075495e0bbd0b1c
parent98bc5991db76171ae9e1631b66f41061420624db (diff)
parent09ab49dfcab63a3a7d8c19c58f320ab294daa50f (diff)
Merge remote-tracking branch 'pnp/master'
-rw-r--r--1systems/makefu/pnp.nix9
-rw-r--r--2configs/makefu/base.nix5
2 files changed, 7 insertions, 7 deletions
diff --git a/1systems/makefu/pnp.nix b/1systems/makefu/pnp.nix
index 7e4ccf2c1..1019c4d70 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
];
}
diff --git a/2configs/makefu/base.nix b/2configs/makefu/base.nix
index 25b80930b..b052b13e4 100644
--- a/2configs/makefu/base.nix
+++ b/2configs/makefu/base.nix
@@ -3,6 +3,10 @@
with lib;
{
imports = [ ];
+ krebs.enable = true;
+ krebs.search-domain = "retiolum";
+
+ networking.hostName = config.krebs.build.host.name;
users.extraUsers = {
root = {
openssh.authorizedKeys.keys = [ config.krebs.users.makefu.pubkey ];
@@ -37,6 +41,7 @@ with lib;
environment.systemPackages = with pkgs; [
git
vim
+ gnumake
rxvt_unicode.terminfo
];
[cgit] Unable to lock slot /tmp/cgit/8d100000.lock: No such file or directory (2)