snapshot pre-autoupdate-2026-07-26T12-46-58Z

This commit is contained in:
2026-07-26 14:46:58 +02:00
parent 325ee56fa3
commit 6304c65ea6
5 changed files with 16 additions and 4 deletions
+9 -1
View File
@@ -16,7 +16,15 @@ _: {
networking.networkmanager.enable = true;
# Enable the OpenSSH daemon.
# services.openssh.enable = true;
services.openssh = {
enable = true;
hostKeys = [
{
path = "/etc/ssh/ssh_host_ed25519_key";
type = "ed25519";
}
];
};
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];