fix
This commit is contained in:
parent
ada952bbba
commit
4ad8fdd8af
1 changed files with 4 additions and 4 deletions
|
|
@ -25,8 +25,8 @@
|
|||
specialArgs = {
|
||||
inherit system;
|
||||
icomidal=icomidal.packages.${system}.default;
|
||||
host = "deemz.org";
|
||||
baseUrl = "/refinery";
|
||||
refineryHost = "deemz.org";
|
||||
refineryBaseUrl = "/refinery";
|
||||
};
|
||||
modules = [
|
||||
./deemz.org/configuration.nix
|
||||
|
|
@ -36,8 +36,8 @@
|
|||
msdl = nixpkgs-stable.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit system;
|
||||
host="msdl-testing.uantwerpen.be";
|
||||
baseUrl="/refinery";
|
||||
refineryHost="msdl-testing.uantwerpen.be";
|
||||
refineryBaseUrl="/refinery";
|
||||
};
|
||||
modules = [
|
||||
./msdl/configuration.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue