diff options
Diffstat (limited to '')
-rw-r--r-- | nixosConfigurations/manwe/webserver.nix (renamed from configurations/manwe/webserver.nix) | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configurations/manwe/webserver.nix b/nixosConfigurations/manwe/webserver.nix index e1ee425..4dded7e 100644 --- a/configurations/manwe/webserver.nix +++ b/nixosConfigurations/manwe/webserver.nix @@ -20,6 +20,4 @@ with lib; { ${gondor}.locations."/".return = concatStrings [frodo gondor]; ${rohan}.locations."/".return = concatStrings [frodo rohan]; }); - - system.extraDependencies = [inputs.azahi-cc]; } |