disable the login

This commit is contained in:
Andreas Zweili 2022-01-03 14:38:29 +01:00
parent 36fad137eb
commit 54aad2c198

View File

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