set hostName and domain in nixos config directly
This commit is contained in:
parent
371b851ca5
commit
bd5dc4b883
5 changed files with 55 additions and 45 deletions
|
@ -89,8 +89,6 @@ in {
|
|||
|
||||
config = {
|
||||
networking = {
|
||||
hostName = machine.hostName;
|
||||
domain = machine.domain;
|
||||
nftables.enable = true;
|
||||
useDHCP = machine.type == "virtual";
|
||||
|
||||
|
|
Reference in a new issue