mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 13:22:28 +00:00
Cleanup more networking
This commit is contained in:
@@ -7,12 +7,8 @@
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
networking.hostName = "hermes"; # Define your hostname.
|
||||
networking.hostName = "hermes";
|
||||
|
||||
# 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
|
||||
# replicates the default behaviour.
|
||||
networking.useDHCP = false;
|
||||
networking.interfaces.wlp61s0.useDHCP = true;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user