summary refs log tree commit diff
path: root/nixos/modules/system/boot/systemd-unit-options.nix
Commit message (Expand)AuthorAge
* Move systemd-lib.nix and systemd-unit-options.nix into utilsWill Fancher2021-11-20
* nixos/modules: fix systemd start rate-limitslf-2020-10-31
* nixos/systemd: Don't use apply for $PATHJanne Heß2020-09-03
* nixos/systemd: Add support for `listenDatagrams`John Ericson2020-08-11
* nixos/systemd: allow str in systemd.services.<name>.pathFlorian Klink2020-06-19
* nixos/systemd: Use a proper type for unit pathsJanne Heß2019-12-11
* nixos/systemd: Allow unit options to have multiple equal defs (#73024)Silvan Mosberger2019-11-08
* nixos/modules: Replace all nested types.either's with types.oneOf'sSilvan Mosberger2019-08-08
* nixos/systemd: 242 supports Type = execPeter Hoeg2019-07-15
* nixos/systemd: add StartLimitIntervalSec to unit configCraig Younkins2019-01-28
* Fix systemd timer unit documentationMárton Boros2018-10-03
* nixos: systemd.services.*.environment: fix typeJan Malakhovski2018-05-13
* nixos/systemd: Fix environment type -> allows overridingSilvan Mosberger2018-04-03
* systemd: better document enabled, wantedBy, and requiredBy (#29453)Matt McHenry2017-09-16
* nixos/treewide: systemd.time is in manvolume 7Franz Pletz2017-03-21
* systemd service: add aliases optionNikolay Amiantov2017-02-02
* systemd: add slice supportMarkov Dmitry2016-12-20
* systemd.timers.startOn: automatically convert string to listAlexander Ried2016-10-19
* systemd: add user target supportPeter Hoeg2016-09-29
* systemd-unit-options: startAt can be a listProfpatsch2016-09-01
* makeSearchPathOutputs: refactor to makeSearchPathOutputNikolay Amiantov2016-04-25
* replace makeSearchPath tree-wise to take care of possible multiple outputsNikolay Amiantov2016-04-13
* Revert "Add the tool "nixos-typecheck" that can check an option declaration to:"Eelco Dolstra2016-03-01
* Add the tool "nixos-typecheck" that can check an option declaration to:Thomas Strobel2016-02-29
* systemd module: Add OnFailure to systemd common unit optionsJaka Hudoklin2015-11-16
* Some more type cleanupEelco Dolstra2015-06-15
* networkd: Fix evaluation of systemd.network units.aszlig2015-04-30
* systemd: Move networkd into separate modulesEelco Dolstra2015-04-19
* systemd: extend checkUnitConfig with on-abnormalLongrin Wischnewski2015-01-19
* nixos/network-interfaces: Provide a networkd implementationWilliam A. Kennington III2014-11-26
* systemd-network: Add assertions for user clarityWilliam A. Kennington III2014-11-26
* systemd: Enable more network servicesWilliam A. Kennington III2014-11-26
* systemd: Add ability to define networksWilliam A. Kennington III2014-11-26
* Replace hasAttr/getAttr calls with the ? and . operatorsEelco Dolstra2014-10-05
* systemd: Support reload scriptsWilliam A. Kennington III2014-09-15
* Refactor unit option declarationsEelco Dolstra2014-04-17
* Allow upstream systemd units to be extendedEelco Dolstra2014-04-17
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
* Merge branch 'containers'Eelco Dolstra2014-04-10
|\
| * Add an option to reload rather than restart changed unitsEelco Dolstra2014-03-17
* | systemd: Add support for path units.aszlig2014-03-31
|/
* Don't include superfluous lines in generated unitsEelco Dolstra2014-03-12
* systemd: Allow customisation of upstream unitsEelco Dolstra2014-03-12
* Allow services to specify a pre-stop scriptEelco Dolstra2013-11-26
* Allow overrides to work for unit optionsEelco Dolstra2013-11-18
* Use types.lines for script/preStart/postStart/postStopEelco Dolstra2013-11-18
* Apply better type checking to unitConfig/serviceConfig/...Eelco Dolstra2013-11-18
* Strictly check the arguments to mkOptionEelco Dolstra2013-10-30
* Substitute "types.uniq types.string" -> "types.str"Eelco Dolstra2013-10-30
* Remove uses of the "merge" option attributeEelco Dolstra2013-10-28