diff options
Diffstat (limited to 'stallo-configuration.nix')
-rw-r--r-- | stallo-configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stallo-configuration.nix b/stallo-configuration.nix index 3a3205cbb5ee..f7a41299c5cc 100644 --- a/stallo-configuration.nix +++ b/stallo-configuration.nix @@ -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" ]; |