obs virtual camera stuff

This commit is contained in:
Tao Tien 2024-02-19 22:41:58 -08:00
parent 346865f65b
commit 5bd748f506
3 changed files with 30 additions and 21 deletions

View file

@ -85,6 +85,14 @@
pulse.enable = true;
};
security.sudo-rs.enable = true;
# security.sudo-rs.extraRules = [{
# commands = [
# { command = "${pkgs.systemd}/bin/bootctl set-oneshot auto-windows"; options = [ "NOPASSWD" ]; }
# ];
# groups = [ "wheel" ];
# }];
nix.settings = {
experimental-features = "nix-command flakes";
auto-optimise-store = true;