From a678fa2e3f17dc59cfde6a05532999b8cf8eff5e Mon Sep 17 00:00:00 2001 From: Sandro Date: Tue, 29 Oct 2024 22:29:29 +0100 Subject: [PATCH] Fix link (#152) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4215918..b9405f1 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Add or merge the following settings to your `flake.nix`: }; }; - outputs = { nixos-modules }: { + outputs = { nixos-modules, ... }: { nixosConfigurations.HOSTNAME = { modules = [ nixos-modules.nixosModule @@ -54,7 +54,7 @@ Under `nixos-modules.nixosModules.` we expose all modules available in the ## Available options -Please use our [options search site](https://modules.nüschtos.de/) to find and browse all available options. It supports searching for option names, wildcards and can be [self hosted](https://github.com/NuschtOS/search), too. +Please use our [options search site](https://search.xn--nschtos-n2a.de/?scope=NixOS%20Modules) to find and browse all available options. It supports searching for option names, wildcards and can be [self hosted](https://github.com/NuschtOS/search), too. ## Compatibility note