feat(stallo): Enable SSH daemon

This commit is contained in:
Vincent Ambo 2018-03-17 21:46:36 +01:00
parent 4b1a1522cc
commit 25b8c72a98

View file

@ -4,6 +4,8 @@
{
boot.initrd.luks.devices.stallo-luks.device = "/dev/disk/by-uuid/b484cf1e-a27b-4785-8bd6-fa85a004b073";
services.openssh.enable = true;
# Use proprietary nvidia driver
services.xserver.videoDrivers = [ "nvidia" ];