This commit is contained in:
Bryan Ramos 2024-01-27 14:45:50 -05:00
parent 7937dcb22c
commit c52d46455a
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
4 changed files with 5 additions and 3 deletions

View file

@ -100,7 +100,7 @@
# Networking
networking = {
hostName = "socrates";
hostName = "${config.user.host}";
useDHCP = lib.mkDefault true;
networkmanager.enable = true;
firewall = {