mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
again
This commit is contained in:
parent
3ba1a63124
commit
d67a67b5e7
1 changed files with 2 additions and 2 deletions
|
|
@ -34,8 +34,8 @@ in
|
||||||
port = 443;
|
port = 443;
|
||||||
settings = {
|
settings = {
|
||||||
protocols = [
|
protocols = [
|
||||||
{ name = "ssh"; host = "127.0.0.1"; port = "22"; probe = "builtin"; }
|
{ name = "ssh"; host = "127.0.0.1"; port = "22"; }
|
||||||
{ name = "tls"; host = "127.0.0.1"; port = "4443"; probe = "builtin"; }
|
{ name = "tls"; host = "127.0.0.1"; port = "4443"; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue