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 = {