summary refs log tree commit diff
path: root/nixos/modules/services/admin
Commit message (Collapse)AuthorAge
* nixos/pgadmin: initMaciej Krüger2022-02-26
|
* nixos/doc: clean up defaults and examplesNaïm Favier2021-10-04
|
* nixos/meshcentral: init moduleLinus Heckemann2021-07-29
|
* utillinux: rename to util-linuxGraham Christensen2020-11-24
|
* salt: remove aneeshusa and add Flakebi as maintainerFlakebi2020-10-23
|
* nixos/oxidized: add missing slash to PIDFile pathWilliButz2020-01-06
|
* nixos/oxidized: specify PID file in serviceWilliButz2019-12-12
|
* treewide: Switch to system usersJanne Heß2019-10-12
|
* nixos/oxidized: Use symlinks for config filesTristan Helmich (omniIT)2019-08-14
| | | | | | | The old `cp` suffers from a permission issue on the 2nd start of the service. The files were copied from the read-only nix store. On the 2nd start of the service the `cp` failed. The new version force creates a symlink which does not suffer from this.
* cleanup redundant text in modules utilizing mkEnableOptionAaron Andersen2019-04-20
| | | | Closes #59911
* salt: Restart on config changesAneesh Agrawal2018-10-15
|
* nixos/salt-minion: Fix salt-call without `-c`Aneesh Agrawal2018-10-15
|
* nixos/salt-minion: Remove trailing whitespaceAneesh Agrawal2018-10-15
|
* nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink2018-06-30
|
* nixos/oxidized: add moduleWilliButz2018-05-24
|
* salt-minion: link to configuration documentationJörg Thalheim2017-05-11
|
* salt: Add minion service moduleAneesh Agrawal2017-05-10
|
* Add salt master module (#25632)Aneesh Agrawal2017-05-09
* salt: 2016.11.2 -> 2016.11.4 * salt: Add master NixOS module