Skip to content

Commit

Permalink
Update nix-mineral.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
imami777 authored Nov 7, 2024
1 parent 186d325 commit 1640122
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nix-mineral.nix
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,7 @@ imports = [ ./nm-overrides.nix ];
blacklist usbkbd
blacklist usbmouse
blacklist bluetooth
blacklist zram
### secureblue/secureblue
Expand Down Expand Up @@ -1063,7 +1064,7 @@ imports = [ ./nm-overrides.nix ];
# that sensitive data is written to disk, and eliminates it if zram is used
# to completely replace swap to disk. Generally *improves* storage lifespan
# and performance, there usually isn't a need to disable this.
zramSwap = { enable = true; };
zramSwap = { enable = false; };

# Limit access to nix to users with the "wheel" group. ("sudoers")
nix.settings.allowed-users = mkForce [ ("@wheel") ];
Expand Down

0 comments on commit 1640122

Please sign in to comment.