define bare-bones cookies system
This commit is contained in:
parent
ac06f51765
commit
85081f33af
3 changed files with 31 additions and 2 deletions
|
@ -41,11 +41,14 @@ let
|
|||
};
|
||||
in
|
||||
{
|
||||
# prod hosts
|
||||
# prod hosts (mgmt)
|
||||
"auth-dns.noc.eh22.intern" = mkSystem "x86_64-linux" "auth-dns.noc.eh22.intern";
|
||||
"resolv-dns.noc.eh22.intern" = mkSystem "x86_64-linux" "resolv-dns.noc.eh22.intern";
|
||||
"monitoring.noc.eh22.intern" = mkSystem "x86_64-linux" "monitoring.noc.eh22.intern";
|
||||
|
||||
# prod hosts (public user)
|
||||
"cookies.eh22.intern" = mkSystem "x86_64-linux" "cookies.eh22.intern";
|
||||
|
||||
# staging temp infra
|
||||
"sketchy-router.noc.eh22.intern" = mkSystem "x86_64-linux" "sketchy-router.noc.eh22.intern";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue