rename input
This commit is contained in:
parent
4aa17ec900
commit
daeca717d8
2 changed files with 4 additions and 4 deletions
|
@ -35,7 +35,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
www = {
|
adtyaxyz = {
|
||||||
url = "github:adtya/adtya.xyz";
|
url = "github:adtya/adtya.xyz";
|
||||||
inputs = {
|
inputs = {
|
||||||
flake-utils.follows = "flake-utils";
|
flake-utils.follows = "flake-utils";
|
||||||
|
@ -68,7 +68,7 @@
|
||||||
, impermanence
|
, impermanence
|
||||||
, lanzaboote
|
, lanzaboote
|
||||||
, nixvim
|
, nixvim
|
||||||
, www
|
, adtyaxyz
|
||||||
, wiki
|
, wiki
|
||||||
, if3
|
, if3
|
||||||
,
|
,
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ pkgs
|
{ pkgs
|
||||||
, www
|
, adtyaxyz
|
||||||
, secrets
|
, secrets
|
||||||
, ...
|
, ...
|
||||||
}:
|
}:
|
||||||
|
@ -29,7 +29,7 @@ in
|
||||||
}
|
}
|
||||||
|
|
||||||
handle {
|
handle {
|
||||||
root * ${www.packages.${system}.default}/share/web
|
root * ${adtyaxyz.packages.${system}.default}/share/web
|
||||||
encode gzip
|
encode gzip
|
||||||
try_files {path} /index.html
|
try_files {path} /index.html
|
||||||
file_server
|
file_server
|
||||||
|
|
Loading…
Reference in a new issue