mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 05:02:28 +00:00
Update networking configuration
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user