From d135de12b7f6cad556160b0beb8a65658cc100fb Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Wed, 26 Jun 2024 10:53:30 -0500 Subject: [PATCH] not needed --- nixos/profiles/hw-legion-15arh05h.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/profiles/hw-legion-15arh05h.nix b/nixos/profiles/hw-legion-15arh05h.nix index 3be413f..c75f597 100644 --- a/nixos/profiles/hw-legion-15arh05h.nix +++ b/nixos/profiles/hw-legion-15arh05h.nix @@ -6,6 +6,8 @@ fira-code-nerdfont ]; + security.wheelNeedsSudoPassword = false; + boot = { # for managing/mounting ntfs supportedFilesystems = [ "ntfs" ];