From 8e0691ca6a4310ea1dc03204001f5f15a090d996 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Mon, 17 Jun 2024 23:32:52 +0200 Subject: [PATCH] Update --- hosts/server/configuration.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index c9ad8e4..c4df004 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -1,5 +1,10 @@ { pkgs, config, ... }: { - imports = [ ./hardware-configuration.nix ./variables.nix ]; + imports = [ + ./hardware-configuration.nix + ./variables.nix + ../shared/openssh.nix + ../shared/nginx.nix + ]; # Bootloader. boot = {