From 48100ee09e382a3d76b377160d795dc4ea04007f Mon Sep 17 00:00:00 2001 From: OCbwoy3 Date: Wed, 20 Aug 2025 17:27:47 +0000 Subject: [PATCH] h --- hosts/server/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 9daafa4..341de2d 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -9,6 +9,10 @@ ../../modules/nixos/nixpkgs.nix ]; + environment.systemPackages = with pkgs; [ + gh + ]; + services.openssh.enable = lib.mkForce true; users.users.ocbwoy3 = {