diff --git a/README.md b/README.md index 217587b..cb7de67 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,8 @@ Add or merge the following settings to your `flake.nix`: nixosConfigurations.HOSTNAME = { modules = [ c3d2-user-module.nixosModule - ]; + ]; + }; }; } ```