summaryrefslogtreecommitdiffstats
path: root/2configs
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
commit09ab49dfcab63a3a7d8c19c58f320ab294daa50f (patch)
tree4864459542aff05c564b1fd74ba2f15f9a04252a /2configs
parentc355a1d86250aca3f5757082ddd392ef867ca4ee (diff)
use new krebs config for hostname
Diffstat (limited to '2configs')
-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 25b80930..b052b13e 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
];