vps1: move some settings into a separate file

This commit is contained in:
Lgmrszd 2024-05-12 13:01:04 +03:00
parent 8699da4a85
commit 9c820fa600
No known key found for this signature in database
GPG key ID: 9396B8BA6FBB14DE
5 changed files with 24 additions and 9 deletions

View file

@ -0,0 +1,3 @@
{
services = builtins.fromTOML (builtins.readFile ./services.toml);
}

View file

@ -0,0 +1,6 @@
rootDomain = "lgmrszd.xyz"
[git]
subdomain = "git"
sshPort = 22631