mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
Cleaned up comments
This commit is contained in:
parent
4870b68b9a
commit
29910ed82a
2 changed files with 1 additions and 6 deletions
|
|
@ -3,10 +3,8 @@
|
|||
{
|
||||
|
||||
networking = {
|
||||
hostName = "socrates"; # Change your hostname
|
||||
|
||||
hostName = "socrates";
|
||||
useDHCP = lib.mkDefault true;
|
||||
|
||||
networkmanager.enable = true;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue