mirror of
https://github.com/AsgardEternal/Squad.nix.git
synced 2024-12-30 16:29:17 -06:00
docs: update README to reflect nixosModule path for server
This commit is contained in:
parent
0c7f445d50
commit
d1980c32bf
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user