fixing placement of nix.package option
This commit is contained in:
parent
f1e8518dbd
commit
e9548d8856
5 changed files with 14 additions and 2 deletions
|
@ -5,6 +5,7 @@
|
|||
[ # Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
../../modules/base.nix
|
||||
../../modules/servers.nix
|
||||
../../pkgs/base-packages.nix
|
||||
];
|
||||
|
||||
|
@ -245,6 +246,9 @@
|
|||
virtualHosts = {
|
||||
"workout.cochrun.xyz".extraConfig = ''
|
||||
reverse_proxy localhost:8001
|
||||
header {
|
||||
Access-Control-Allow-Origin *
|
||||
}
|
||||
'';
|
||||
};
|
||||
virtualHosts = {
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
[ # Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
../../modules/base.nix
|
||||
../../modules/servers.nix
|
||||
../../pkgs/base-packages.nix
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue