mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2025-12-14 15:48:21 +01:00
vps1: move some settings into a separate file
This commit is contained in:
parent
8699da4a85
commit
9c820fa600
5 changed files with 24 additions and 9 deletions
3
hosts/vps1/data/default.nix
Normal file
3
hosts/vps1/data/default.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
services = builtins.fromTOML (builtins.readFile ./services.toml);
|
||||
}
|
||||
6
hosts/vps1/data/services.toml
Normal file
6
hosts/vps1/data/services.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
rootDomain = "lgmrszd.xyz"
|
||||
|
||||
[git]
|
||||
subdomain = "git"
|
||||
sshPort = 22631
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue