From 78de487c33173d2c290d458ead8c217c93bde4ef Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 3 May 2025 16:16:01 +1000 Subject: [PATCH] nixos: enable openssh for machine 'pluto' --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 8d8bfdf..ce4fec0 100644 --- a/flake.nix +++ b/flake.nix @@ -26,6 +26,7 @@ ./modules/shell.nix ./modules/linux/desktop.nix + ./modules/linux/ssh.nix ./modules/linux/applications.nix ./modules/linux/hyprland.nix ./modules/linux/users.nix