deploy-rs-online

This commit is contained in:
Aleksandr Lebedev 2025-08-11 17:01:02 +02:00
parent 8d71112976
commit 3b2e7a9d02
8 changed files with 265 additions and 92 deletions

View file

@ -65,6 +65,9 @@ in {
#kde
kdePackages.gwenview
kdePackages.ark
deploy-rs
custom.deploy-rs-online
];
programs.kdeconnect.enable = true;
programs.kdeconnect.package = lib.mkDefault pkgs.kdePackages.kdeconnect-kde;

View file

@ -36,7 +36,7 @@ in {
# require public key authentication for better security
settings.PasswordAuthentication = false;
settings.KbdInteractiveAuthentication = false;
settings.PermitRootLogin = "no";
#settings.PermitRootLogin = "no";
};
networking.firewall.allowedTCPPorts = [22];
networking.firewall.allowedUDPPorts = [22];