mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 22:00:14 +00:00
set flake for hostname
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
{ identity, ... }: {
|
||||
{ ... }: {
|
||||
|
||||
networking.hostName = identity.hostname; # Define your hostname.
|
||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
networking.wireless.enable =
|
||||
true; # Enables wireless support via wpa_supplicant.
|
||||
networking.wireless.userControlled.enable = true;
|
||||
|
||||
# The global useDHCP flag is deprecated, therefore explicitly set to false here.
|
||||
# Per-interface useDHCP will be mandatory in the future, so this generated config
|
||||
|
Reference in New Issue
Block a user