persist doas

This commit is contained in:
caandt 2024-09-11 22:59:34 -05:00
parent e4ce759157
commit 2e9424f170

View file

@ -96,6 +96,9 @@
programs.virt-manager.enable = true; programs.virt-manager.enable = true;
security.doas = { security.doas = {
enable = true; enable = true;
extraRules = [
{ groups = [ "wheel" ]; persist = true; }
];
}; };
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [
noto-fonts noto-fonts