add suspend bind

This commit is contained in:
Leonardo Eugênio 2022-07-20 19:48:29 -03:00
parent 0f7cde3640
commit 20ef97bddc
2 changed files with 6 additions and 1 deletions

View file

@ -195,6 +195,7 @@ in
# networking.firewall.allowedUDPPorts = [ ... ];
# Or disable the firewall altogether.
networking.firewall.enable = false;
security.sudo.wheelNeedsPassword = false;
nix = {
package = pkgs.nixFlakes; # or versioned attributes like nixVersions.nix_2_8
extraOptions = ''