summary refs log tree commit diff
path: root/nixos/modules/rename.nix
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2018-04-11 17:41:42 +0300
committerNikolay Amiantov <ab@fmap.me>2019-05-30 15:43:32 +0300
commitf23c110692c66a278c1ffcd57d880b5ed0803b06 (patch)
tree15a5fee50f19be142668341ce94a610c411d8211 /nixos/modules/rename.nix
parentecb99304ff365a23ea82f832679becde06d1e5f6 (diff)
downloadnixpkgs-f23c110692c66a278c1ffcd57d880b5ed0803b06.tar
nixpkgs-f23c110692c66a278c1ffcd57d880b5ed0803b06.tar.gz
nixpkgs-f23c110692c66a278c1ffcd57d880b5ed0803b06.tar.bz2
nixpkgs-f23c110692c66a278c1ffcd57d880b5ed0803b06.tar.lz
nixpkgs-f23c110692c66a278c1ffcd57d880b5ed0803b06.tar.xz
nixpkgs-f23c110692c66a278c1ffcd57d880b5ed0803b06.tar.zst
nixpkgs-f23c110692c66a278c1ffcd57d880b5ed0803b06.zip
murmur service: log to journald by default
Save an option to log to file with new `logFile` option.

As a side effect deprecate `pidfile` option and instead use systemd's
RuntimeDirectory.
Diffstat (limited to 'nixos/modules/rename.nix')
-rw-r--r--nixos/modules/rename.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/modules/rename.nix b/nixos/modules/rename.nix
index b2c030fb779..7db0f7f050a 100644
--- a/nixos/modules/rename.nix
+++ b/nixos/modules/rename.nix
@@ -113,9 +113,10 @@ with lib;
 
     # murmur
     (mkRenamedOptionModule [ "services" "murmur" "welcome" ] [ "services" "murmur" "welcometext" ])
+    (mkRemovedOptionModule [ "services" "murmur" "pidfile" ] "Hardcoded to /run/murmur/murmurd.pid now")
 
     # parsoid
-    (mkRemovedOptionModule [ "services" "parsoid" "interwikis" ] [ "services" "parsoid" "wikis" ])
+    (mkRemovedOptionModule [ "services" "parsoid" "interwikis" ] "Use services.parsoid.wikis instead")
 
     # plexpy / tautulli
     (mkRenamedOptionModule [ "services" "plexpy" ] [ "services" "tautulli" ])