diff --git a/configuration.nix b/configuration.nix index 9bfe294..fdc9e55 100644 --- a/configuration.nix +++ b/configuration.nix @@ -28,6 +28,8 @@ # For gnome-disks to work services.udisks2.enable = true; + # SSH services + programs.ssh.startAgent = true; # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true;