remove unused config

This commit is contained in:
Andreas Zweili 2021-11-22 15:31:37 +01:00
parent 3c32f4c077
commit db59d0e5a8
1 changed files with 1 additions and 17 deletions

View File

@ -14,16 +14,10 @@
boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "staubfinger"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
# Set your time zone.
time.timeZone = "Europe/Zurich";
# 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 = true;
networking.interfaces.enp0s20u1.useDHCP = true;
networking.networkmanager.enable = true;
# Configure network proxy if necessary
@ -73,7 +67,7 @@
extraGroups = [
"wheel"
"networkmanager"
]; # Enable sudo for the user.
];
};
# List packages installed in system profile. To search, run:
@ -109,16 +103,6 @@
wget
];
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
# programs.mtr.enable = true;
# programs.gnupg.agent = {
# enable = true;
# enableSSHSupport = true;
# };
# List services that you want to enable:
# Enable the OpenSSH daemon.
services.openssh.enable = true;