summaryrefslogtreecommitdiffstats
path: root/2configs/minimal.nix
diff options
context:
space:
mode:
Diffstat (limited to '2configs/minimal.nix')
-rw-r--r--2configs/minimal.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/2configs/minimal.nix b/2configs/minimal.nix
index e24eae61b..bc739bbf6 100644
--- a/2configs/minimal.nix
+++ b/2configs/minimal.nix
@@ -7,7 +7,7 @@
# the only true timezone (even after the the removal of DST)
time.timeZone = "Europe/Berlin";
- # networking.hostName = lib.mkIf (lib.hasAttr "host" config.krebs.build) config.krebs.build.host.name;
+ networking.hostName = lib.mkIf (lib.hasAttr "host" config.krebs.build) config.krebs.build.host.name;
# we use gpg if necessary (or nothing at all)
programs.ssh.startAgent = false;