mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-09 17:52:36 +08:00
resurrect hostname
This commit is contained in:
parent
25e8acb0ec
commit
f924244af1
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ in
|
|||
environment.etc.hosts.enable = false;
|
||||
environment.etc."resolv.conf".enable = false;
|
||||
|
||||
networking.hostName = "thebeast";
|
||||
networking.dhcpcd.enable = false;
|
||||
|
||||
users.users.${defaultUser} = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue