Cleaned up comments

This commit is contained in:
Bryan Ramos 2023-03-22 00:28:35 -04:00
parent 4870b68b9a
commit 29910ed82a
2 changed files with 1 additions and 6 deletions

View file

@ -3,10 +3,8 @@
{
networking = {
hostName = "socrates"; # Change your hostname
hostName = "socrates";
useDHCP = lib.mkDefault true;
networkmanager.enable = true;
};