From 2922c83bb4ebf7c80599c9479a08dfb3a1d3446b Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 26 Feb 2023 11:45:41 -0500 Subject: enable zram + ondemand governor for glados --- hosts/common/security.nix | 5 ----- 1 file changed, 5 deletions(-) (limited to 'hosts/common/security.nix') diff --git a/hosts/common/security.nix b/hosts/common/security.nix index a6c7e57..260538a 100644 --- a/hosts/common/security.nix +++ b/hosts/common/security.nix @@ -5,11 +5,6 @@ auditd.enable = !wsl; rtkit.enable = true; sudo = { - configFile = '' - Defaults env_reset - Defaults secure_path = /run/wrappers/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin - Defaults editor = /run/current-system/sw/bin/vim,!env_editor - ''; execWheelOnly = true; extraRules = [ { -- cgit v1.2.3