feat(stallo): Enable SSH daemon
This commit is contained in:
parent
4b1a1522cc
commit
25b8c72a98
1 changed files with 2 additions and 0 deletions
|
@ -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" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue