This commit is contained in:
2025-11-09 11:39:40 +02:00
parent 58e08f5906
commit afef35b6f6

View File

@@ -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