From 615dc56e5297cf512bb0210ed9ba4e60372df23a Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Sat, 11 Feb 2023 16:57:03 +0100 Subject: Disable core dumps Signed-off-by: TheArcaneBrony --- modules/base.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/base.nix') diff --git a/modules/base.nix b/modules/base.nix index 57390bb..58d0e66 100644 --- a/modules/base.nix +++ b/modules/base.nix @@ -49,6 +49,10 @@ vimPlugins.vim-nix ]; + systemd.coredump.extraConfig = mkDefault '' + Storage=none + ''; + nix.settings.experimental-features = [ "nix-command" "flakes" ]; system.stateVersion = "22.11"; # DO NOT EDIT! } \ No newline at end of file -- cgit 1.4.1