Perhaps fix networking?

This commit is contained in:
2023-07-15 16:57:36 +01:00
parent 16a9b5afd7
commit 69ec3990a7
3 changed files with 2 additions and 5 deletions

View File

@@ -52,7 +52,7 @@ in {
# 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.useDHCP = true;
console = {
useXkbConfig = true;