Loading nixos/modules/image/repart.nix +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ let }; description = '' Specify the repart options for a partiton as a structural setting. See <https://www.freedesktop.org/software/systemd/man/repart.d.html> See {manpage}`repart.d(5)` for all available options. ''; }; Loading nixos/modules/misc/version.nix +4 −4 Original line number Diff line number Diff line Loading @@ -189,9 +189,9 @@ in description = '' Image identifier. This corresponds to the IMAGE_ID field in os-release. See the This corresponds to the `IMAGE_ID` field in {manpage}`os-release(5)`. See the upstream docs for more details on valid characters for this field: https://www.freedesktop.org/software/systemd/man/latest/os-release.html#IMAGE_ID= <https://www.freedesktop.org/software/systemd/man/latest/os-release.html#IMAGE_ID=> You would only want to set this option if you're build NixOS appliance images. ''; Loading @@ -203,9 +203,9 @@ in description = '' Image version. This corresponds to the IMAGE_VERSION field in os-release. See the This corresponds to the `IMAGE_VERSION` field in {manpage}`os-release(5)`. See the upstream docs for more details on valid characters for this field: https://www.freedesktop.org/software/systemd/man/latest/os-release.html#IMAGE_VERSION= <https://www.freedesktop.org/software/systemd/man/latest/os-release.html#IMAGE_VERSION=> You would only want to set this option if you're build NixOS appliance images. ''; Loading nixos/modules/services/games/mchprs.nix +1 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ in description = '' Automatically restart the server after {option}`services.mchprs.maxRuntime`. The time span format is described here: The {manpage}`systemd.time(7)` time span format is described here: <https://www.freedesktop.org/software/systemd/man/systemd.time.html#Parsing%20Time%20Spans>. If `null`, then the server is not restarted automatically. ''; Loading nixos/modules/services/networking/networkd-dispatcher.nix +1 −1 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ in default = null; description = '' List of names of the systemd-networkd operational states which should trigger the script. See <https://www.freedesktop.org/software/systemd/man/networkctl.html> should trigger the script. See {manpage}`networkctl(1)` for a description of the specific state type. ''; }; Loading nixos/modules/services/web-servers/static-web-server.nix +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ in default = "[::]:8787"; type = lib.types.str; description = '' The "ListenStream" used in static-web-server.socket. The {manpage}`systemd.socket(5)` "ListenStream" used in static-web-server.socket. This is equivalent to SWS's "host" and "port" options. See here for specific syntax: <https://www.freedesktop.org/software/systemd/man/systemd.socket.html#ListenStream=> ''; Loading Loading
nixos/modules/image/repart.nix +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ let }; description = '' Specify the repart options for a partiton as a structural setting. See <https://www.freedesktop.org/software/systemd/man/repart.d.html> See {manpage}`repart.d(5)` for all available options. ''; }; Loading
nixos/modules/misc/version.nix +4 −4 Original line number Diff line number Diff line Loading @@ -189,9 +189,9 @@ in description = '' Image identifier. This corresponds to the IMAGE_ID field in os-release. See the This corresponds to the `IMAGE_ID` field in {manpage}`os-release(5)`. See the upstream docs for more details on valid characters for this field: https://www.freedesktop.org/software/systemd/man/latest/os-release.html#IMAGE_ID= <https://www.freedesktop.org/software/systemd/man/latest/os-release.html#IMAGE_ID=> You would only want to set this option if you're build NixOS appliance images. ''; Loading @@ -203,9 +203,9 @@ in description = '' Image version. This corresponds to the IMAGE_VERSION field in os-release. See the This corresponds to the `IMAGE_VERSION` field in {manpage}`os-release(5)`. See the upstream docs for more details on valid characters for this field: https://www.freedesktop.org/software/systemd/man/latest/os-release.html#IMAGE_VERSION= <https://www.freedesktop.org/software/systemd/man/latest/os-release.html#IMAGE_VERSION=> You would only want to set this option if you're build NixOS appliance images. ''; Loading
nixos/modules/services/games/mchprs.nix +1 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ in description = '' Automatically restart the server after {option}`services.mchprs.maxRuntime`. The time span format is described here: The {manpage}`systemd.time(7)` time span format is described here: <https://www.freedesktop.org/software/systemd/man/systemd.time.html#Parsing%20Time%20Spans>. If `null`, then the server is not restarted automatically. ''; Loading
nixos/modules/services/networking/networkd-dispatcher.nix +1 −1 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ in default = null; description = '' List of names of the systemd-networkd operational states which should trigger the script. See <https://www.freedesktop.org/software/systemd/man/networkctl.html> should trigger the script. See {manpage}`networkctl(1)` for a description of the specific state type. ''; }; Loading
nixos/modules/services/web-servers/static-web-server.nix +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ in default = "[::]:8787"; type = lib.types.str; description = '' The "ListenStream" used in static-web-server.socket. The {manpage}`systemd.socket(5)` "ListenStream" used in static-web-server.socket. This is equivalent to SWS's "host" and "port" options. See here for specific syntax: <https://www.freedesktop.org/software/systemd/man/systemd.socket.html#ListenStream=> ''; Loading