disable the login

This commit is contained in:
Andreas Zweili 2022-01-03 14:38:29 +01:00
parent 36fad137eb
commit 54aad2c198
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ in
enable = true;
user = username;
host = "0.0.0.0";
auth = "none";
};
networking.firewall.allowedTCPPorts = [ 4444 ];
}