diff options
author | Preston Pan <ret2pop@gmail.com> | 2024-12-31 22:27:20 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2024-12-31 22:27:20 -0800 |
commit | 73f994fed5d40ba53282b75c92658d7fa4616a72 (patch) | |
tree | b1bef3a2eae8edeb9e3d19feba041901b9c00ae7 /configuration.nix | |
parent | 3310c90259c488c01551c7cb439bf1d61fc75585 (diff) |
new flake.lock and update
Diffstat (limited to 'configuration.nix')
-rw-r--r-- | configuration.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configuration.nix b/configuration.nix index 303e697..0ad9399 100644 --- a/configuration.nix +++ b/configuration.nix @@ -188,7 +188,8 @@ jitterentropy-rngd.enable = true; resolved.dnssec = true; - usbguard.enable = true; + # usbguard.enable = true; + usbguard.enable = false; dbus = { apparmor = "enabled"; }; @@ -367,7 +368,7 @@ preston = { isNormalUser = true; description = "Preston Pan"; - extraGroups = [ "networkmanager" "wheel" "video" "docker" "jackaudio" "tss" ]; + extraGroups = [ "networkmanager" "wheel" "video" "docker" "jackaudio" "tss" "dialout" ]; shell = pkgs.zsh; packages = [ ]; |