about summary refs log tree commit diff
path: root/nixos/modules/rename.nix
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2019-08-16 11:29:41 +0200
committerFlorian Klink <flokli@flokli.de>2019-08-18 17:54:26 +0200
commitbafc25691596caf2f6e034cbe5933fdd90a92b6a (patch)
tree237905e1656d9ff95896afd78579677dadd9ce71 /nixos/modules/rename.nix
parent9be0327a4975e219957d5108b3753a7640c4a9e0 (diff)
downloadnixlib-bafc25691596caf2f6e034cbe5933fdd90a92b6a.tar
nixlib-bafc25691596caf2f6e034cbe5933fdd90a92b6a.tar.gz
nixlib-bafc25691596caf2f6e034cbe5933fdd90a92b6a.tar.bz2
nixlib-bafc25691596caf2f6e034cbe5933fdd90a92b6a.tar.lz
nixlib-bafc25691596caf2f6e034cbe5933fdd90a92b6a.tar.xz
nixlib-bafc25691596caf2f6e034cbe5933fdd90a92b6a.tar.zst
nixlib-bafc25691596caf2f6e034cbe5933fdd90a92b6a.zip
nixos/systemd: remove separate coredump module
Diffstat (limited to 'nixos/modules/rename.nix')
-rw-r--r--nixos/modules/rename.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/rename.nix b/nixos/modules/rename.nix
index 3ea139fc5ce4..e32fa6fded4a 100644
--- a/nixos/modules/rename.nix
+++ b/nixos/modules/rename.nix
@@ -226,6 +226,7 @@ with lib;
     (mkRemovedOptionModule [ "services" "mysql" "rootPassword" ] "Use socket authentication or set the password outside of the nix store.")
     (mkRemovedOptionModule [ "services" "zabbixServer" "dbPassword" ] "Use services.zabbixServer.database.passwordFile instead.")
     (mkRemovedOptionModule [ "systemd" "generator-packages" ] "Use systemd.packages instead.")
+    (mkRemovedOptionModule [ "systemd" "coredump" "enable" ] "Enabled by default. Set boot.kernel.sysctl.\"kernel.core_pattern\" = \"core\"; to disable.")
 
     # ZSH
     (mkRenamedOptionModule [ "programs" "zsh" "enableSyntaxHighlighting" ] [ "programs" "zsh" "syntaxHighlighting" "enable" ])