mirror of
https://github.com/AsgardEternal/Squad.nix.git
synced 2025-01-02 14:29:25 -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";
|
system = "x86_64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
# ...
|
# ...
|
||||||
squad-nix.nixosModules.default
|
squad-nix.nixosModules.server
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Example Configuration
|
** Example Server Configuration
|
||||||
|
|
||||||
#+BEGIN_SRC nix
|
#+BEGIN_SRC nix
|
||||||
services.squad-server = {
|
services.squad-server = {
|
||||||
|
Loading…
Reference in New Issue
Block a user