diff --git a/flake.nix b/flake.nix index ab205c6..ff4f85a 100644 --- a/flake.nix +++ b/flake.nix @@ -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 , diff --git a/hosts/rico2/services/adtya.xyz.nix b/hosts/rico2/services/adtya.xyz.nix index 42b688e..633e43c 100644 --- a/hosts/rico2/services/adtya.xyz.nix +++ b/hosts/rico2/services/adtya.xyz.nix @@ -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