mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2024-12-29 18:56:51 +01:00
enable alvr
This commit is contained in:
parent
b72d8c3399
commit
00ea9c3dea
1 changed files with 4 additions and 0 deletions
|
@ -151,6 +151,10 @@
|
|||
enableSSHSupport = true;
|
||||
pinentryPackage = pkgs.pinentry-qt;
|
||||
};
|
||||
alvr = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
};
|
||||
|
||||
nix.settings.system-features = [
|
||||
|
|
Loading…
Reference in a new issue