feat: nix-ld

This commit is contained in:
Dict Xiong 2025-03-06 12:55:23 +08:00
parent cfdab71852
commit 10c365a93f

View File

@ -105,6 +105,7 @@ in
wireshark zmap
];
programs.zsh.enable = true;
programs.nix-ld.enable = true;
services.cron.enable = true;
services.openssh.enable = true;
services.openssh.settings.PermitRootLogin = "prohibit-password";