feat: allow SFTP on pie

This commit is contained in:
Benjamin Bädorf 2023-12-05 22:42:23 +01:00
parent 52717da2db
commit a71be80f25
No known key found for this signature in database
GPG key ID: 1B7BF5B77A521346

View file

@ -6,7 +6,6 @@
...
}: {
networking.useDHCP = false;
networking.hostId = "34234773";
networking.hostName = "pie";
networking.defaultGateway = {
@ -25,4 +24,5 @@
};
services.openssh.openFirewall = true;
services.openssh.allowSFTP = true;
}