From 40950c647d5b8d005c5b1d6397cf6f4033dcf11c Mon Sep 17 00:00:00 2001 From: Polen Date: Sun, 20 Jul 2025 22:07:32 -0400 Subject: [PATCH] enabling ssh on xps13 --- devices/xps13/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/devices/xps13/configuration.nix b/devices/xps13/configuration.nix index 21ad49d..82f922e 100644 --- a/devices/xps13/configuration.nix +++ b/devices/xps13/configuration.nix @@ -17,6 +17,7 @@ }; services.blueman.enable = true; + services.openssh.enable = true; # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;