From d1980c32bf1b2b619f35b0160794238b36d87155 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 18 Dec 2023 10:21:49 -0600 Subject: [PATCH] docs: update README to reflect nixosModule path for `server` --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index a73b6fc..3e96cab 100644 --- a/README.org +++ b/README.org @@ -14,14 +14,14 @@ system = "x86_64-linux"; modules = [ # ... - squad-nix.nixosModules.default + squad-nix.nixosModules.server ] }; } } #+END_SRC -** Example Configuration +** Example Server Configuration #+BEGIN_SRC nix services.squad-server = {