From afc597e552facff6c0103657d315775902709841 Mon Sep 17 00:00:00 2001 From: Leonardo Date: Wed, 11 Mar 2026 16:34:05 +0100 Subject: gerarchia modificata (sono pazzo) --- systems/odino/services.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 systems/odino/services.nix (limited to 'systems/odino/services.nix') diff --git a/systems/odino/services.nix b/systems/odino/services.nix new file mode 100644 index 0000000..6b25e0d --- /dev/null +++ b/systems/odino/services.nix @@ -0,0 +1,8 @@ +{...}: { + imports = [ + ../../components/services/openssh.nix + ]; + + # Custom modules + openssh.enable = true; +} -- cgit v1.3