mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-02-26 18:18:50 -05:00
guh
This commit is contained in:
parent
3fa4136a54
commit
96aa4af0f8
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
services = {
|
services = builtins.trace "SERVICES" {
|
||||||
nginx = {
|
nginx = {
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"vw.sadan.zip" = {
|
"vw.sadan.zip" = {
|
||||||
|
@ -15,5 +15,4 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
environment = throw "THIS SHOULD THROW";
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue