From 336da0f8e66e4242d7f1087bd323a5b6f84c15d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Sat, 30 Dec 2023 18:21:56 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A=20(hydrogen)=20move=20openssh=20fr?= =?UTF-8?q?om=20system=20to=20services?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/hydrogen/services/default.nix | 1 + hosts/hydrogen/{system => services}/ssh/default.nix | 0 hosts/hydrogen/system/default.nix | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) rename hosts/hydrogen/{system => services}/ssh/default.nix (100%) diff --git a/hosts/hydrogen/services/default.nix b/hosts/hydrogen/services/default.nix index 9fc324f..03b36fd 100644 --- a/hosts/hydrogen/services/default.nix +++ b/hosts/hydrogen/services/default.nix @@ -4,5 +4,6 @@ ./atuin ./gitea ./nginx + ./ssh ]; } diff --git a/hosts/hydrogen/system/ssh/default.nix b/hosts/hydrogen/services/ssh/default.nix similarity index 100% rename from hosts/hydrogen/system/ssh/default.nix rename to hosts/hydrogen/services/ssh/default.nix diff --git a/hosts/hydrogen/system/default.nix b/hosts/hydrogen/system/default.nix index b91c335..8fa54bc 100644 --- a/hosts/hydrogen/system/default.nix +++ b/hosts/hydrogen/system/default.nix @@ -10,11 +10,11 @@ imports = [ (modulesPath + "/installer/scan/not-detected.nix") (modulesPath + "/profiles/qemu-guest.nix") + ./boot ./disko ./networking ./packages - ./ssh ./users ]; }