mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
cat
This commit is contained in:
parent
7937dcb22c
commit
c52d46455a
4 changed files with 5 additions and 3 deletions
|
|
@ -100,7 +100,7 @@
|
|||
|
||||
# Networking
|
||||
networking = {
|
||||
hostName = "socrates";
|
||||
hostName = "${config.user.host}";
|
||||
useDHCP = lib.mkDefault true;
|
||||
networkmanager.enable = true;
|
||||
firewall = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue