1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

ditch nixinate

This commit is contained in:
2025-12-28 12:40:45 +01:00
parent c33cbe3817
commit 2d6294e44b
5 changed files with 92 additions and 114 deletions

View File

@@ -8,7 +8,7 @@
services.openssh = {
enable = true;
ports = [ pkgs.lib.niveum.sshPort ];
ports = [ pkgs.lib.niveum.systems.${config.networking.hostName}.sshPort ];
settings = {
PasswordAuthentication = false;
X11Forwarding = true;