Update networking configuration

This commit is contained in:
Dave Gallant
2021-05-02 22:45:10 -04:00
parent fc3d3d2c08
commit 505a0d4b17
3 changed files with 12 additions and 3 deletions

View File

@@ -15,6 +15,9 @@
networking.useDHCP = false;
networking.interfaces.enp34s0.useDHCP = true;
# Enable the OpenSSH server.
services.sshd.enable = true;
services.xserver.videoDrivers = [ "nvidia" ];
# Evolution