docs: update README to reflect nixosModule path for server

This commit is contained in:
Price Hiller 2023-12-18 10:21:49 -06:00
parent 0c7f445d50
commit d1980c32bf
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -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 = {