summaryrefslogtreecommitdiffstats
path: root/2configs/makefu
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 /2configs/makefu
parentc021118096479ed15c32d40e7f5f7fc64e81bad1 (diff)
use new krebs config for hostname
Diffstat (limited to '2configs/makefu')
-rw-r--r--2configs/makefu/base.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/2configs/makefu/base.nix b/2configs/makefu/base.nix
index 25b8093..b052b13 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
];