refactor nix config a bit

This commit is contained in:
Vivian 2022-12-26 15:13:04 +01:00
parent f91842b292
commit 9bf32cc9b3
9 changed files with 182 additions and 238 deletions

View file

@ -8,7 +8,6 @@ Re-use `hosts` setup and add domain and port information to each host
# new stuff
exposes = {
requests = {
port = 3000;
domain = "requests.xirion.net";
port = 3000;
};