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