This commit is contained in:
2022-10-15 12:06:07 +02:00
parent 16dc290cfa
commit 62af5ec3c5
8 changed files with 14 additions and 66 deletions

View File

@@ -24,7 +24,7 @@
programs.ssh = {
enable = true;
matchBlocks = let
sshPort = (import ../../lib/ports.nix).sshPort;
sshPort = 3434;
in {
ayame = {
port = sshPort;