This commit is contained in:
2025-08-20 17:27:47 +00:00
parent 5510959db4
commit 48100ee09e

View File

@@ -9,6 +9,10 @@
../../modules/nixos/nixpkgs.nix
];
environment.systemPackages = with pkgs; [
gh
];
services.openssh.enable = lib.mkForce true;
users.users.ocbwoy3 = {