move refinery to 'common'
This commit is contained in:
parent
e47a058e59
commit
e96f9607be
3 changed files with 6 additions and 6 deletions
|
|
@ -13,6 +13,10 @@
|
|||
locations."${refineryBaseUrl}/" = {
|
||||
proxyPass = "http://127.0.0.1:8888/";
|
||||
proxyWebsockets = true;
|
||||
extraConfig = ''
|
||||
charset UTF-8;
|
||||
more_set_headers 'Server: NIXOS';
|
||||
'';
|
||||
};
|
||||
|
||||
locations."${refineryBaseUrl}/api/" = {
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
};
|
||||
modules = [
|
||||
./deemz.org/configuration.nix
|
||||
./deemz.org/refinery.nix
|
||||
./common/refinery.nix
|
||||
];
|
||||
};
|
||||
msdl = nixpkgs-stable.lib.nixosSystem {
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
};
|
||||
modules = [
|
||||
./msdl/configuration.nix
|
||||
./deemz.org/refinery.nix
|
||||
./common/refinery.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -83,10 +83,6 @@
|
|||
recommendedProxySettings = true;
|
||||
recommendedTlsSettings = true;
|
||||
forceSSL = true;
|
||||
extraConfig = ''
|
||||
charset UTF-8;
|
||||
more_set_headers 'Server: NIXOS';
|
||||
'';
|
||||
};
|
||||
|
||||
# Copy the NixOS configuration file and link it from the resulting system
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue