diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 5adcfa9..0606e6c 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -40,7 +40,9 @@ TrustedUserCAKeys = "/etc/ssh/ca.pub"; }; - services.openssh.enable = lib.mkForce true; + services.openssh = { + enable = lib.mkForce true; + }; environment.systemPackages = with pkgs; [ fastfetch