deploy-rs-online
This commit is contained in:
parent
8d71112976
commit
3b2e7a9d02
8 changed files with 265 additions and 92 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue