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. # 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 # Per-interface useDHCP will be mandatory in the future, so this generated config
# replicates the default behaviour. # replicates the default behaviour.
networking.useDHCP = false; networking.useDHCP = true;
console = { console = {
useXkbConfig = true; useXkbConfig = true;

View File

@@ -10,8 +10,6 @@
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
hardware.pulseaudio.enable = false; hardware.pulseaudio.enable = false;
services.blueman.enable = true; services.blueman.enable = true;
networking.networkmanager.enable = true;
programs.nm-applet.enable = true;
programs.partition-manager.enable = true; programs.partition-manager.enable = true;
security.pam.services.swaylock = {}; security.pam.services.swaylock = {};

View File

@@ -34,8 +34,7 @@
hardware.nvidia.modesetting.enable = true; hardware.nvidia.modesetting.enable = true;
networking.hostName = "elderbug"; # Define your hostname. networking.hostName = "elderbug"; # Define your hostname.
networking.interfaces.enp5s0.useDHCP = true; networking.interfaces.enp6s0.useDHCP = true;
networking.interfaces.wlp6s0.useDHCP = true;
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions # settings for stateful data, like file locations and database versions