obs virtual camera stuff
This commit is contained in:
parent
346865f65b
commit
5bd748f506
3 changed files with 30 additions and 21 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue