base/base.nix: don't set hostname in base module
This commit is contained in:
@@ -1,14 +1,10 @@
|
||||
# Module: base/base
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
let
|
||||
machineHostName = "";
|
||||
userSSHKeys = [ ];
|
||||
installStateVersion = "";
|
||||
let userSSHKeys = [ ];
|
||||
in {
|
||||
imports = [ ./network.nix ];
|
||||
|
||||
networking.hostName = machineHostName;
|
||||
time.timeZone = "Etc/UTC";
|
||||
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
|
Reference in New Issue
Block a user