refactor nix config a bit

This commit is contained in:
Vivian 2022-12-26 15:13:04 +01:00
parent 4b90002e45
commit 424d48bdb1
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;
};