mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-07 16:47:23 +08:00
pureintent: 2 vira
This commit is contained in:
parent
3ae1ef5fdf
commit
79602b0101
1 changed files with 5 additions and 1 deletions
|
|
@ -26,9 +26,13 @@ in
|
|||
virtualHosts."pureintent" =
|
||||
let
|
||||
apps = {
|
||||
vira-dev = {
|
||||
baseUrlPrefix = "vira-dev";
|
||||
port = 5005;
|
||||
};
|
||||
vira = {
|
||||
baseUrlPrefix = "vira";
|
||||
port = 5005;
|
||||
port = 5001;
|
||||
};
|
||||
};
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue