added hostname configuration
This commit is contained in:
@@ -9,8 +9,9 @@ let
|
||||
allowRootSSH = if cfg.ssh.permitRootLogin then "yes" else "no";
|
||||
in
|
||||
{
|
||||
|
||||
config = {
|
||||
networking.hostName = cfg.hostname;
|
||||
|
||||
boot = {
|
||||
kernelPackages = shared.kernelOptions.${cfg.kernel};
|
||||
loader = {
|
||||
|
||||
Reference in New Issue
Block a user