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";
|
||||
inputs = {
|
||||
flake-utils.follows = "flake-utils";
|
||||
|
@ -68,7 +68,7 @@
|
|||
, impermanence
|
||||
, lanzaboote
|
||||
, nixvim
|
||||
, www
|
||||
, adtyaxyz
|
||||
, wiki
|
||||
, if3
|
||||
,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{ pkgs
|
||||
, www
|
||||
, adtyaxyz
|
||||
, secrets
|
||||
, ...
|
||||
}:
|
||||
|
@ -29,7 +29,7 @@ in
|
|||
}
|
||||
|
||||
handle {
|
||||
root * ${www.packages.${system}.default}/share/web
|
||||
root * ${adtyaxyz.packages.${system}.default}/share/web
|
||||
encode gzip
|
||||
try_files {path} /index.html
|
||||
file_server
|
||||
|
|
Loading…
Reference in a new issue