Add ALVR config
This commit is contained in:
parent
b1efa8e28b
commit
6d5c770634
3 changed files with 8 additions and 3 deletions
nixos
6
nixos/common/services/alvr.nix
Normal file
6
nixos/common/services/alvr.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ ... }: {
|
||||
programs.alvr = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
|
@ -15,6 +15,7 @@
|
|||
../../common/services/ollama.nix
|
||||
../../common/services/forgejo-runner.nix
|
||||
../../common/services/syncthing/default.nix
|
||||
../../common/services/alvr.nix
|
||||
];
|
||||
|
||||
nixpkgs.config.rocmSupport = true;
|
||||
|
@ -91,8 +92,5 @@
|
|||
|
||||
# Other
|
||||
distrobox
|
||||
|
||||
# VR Software
|
||||
alvr
|
||||
];
|
||||
}
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
../../common/modules/builder.nix
|
||||
../../common/services/geoclue.nix
|
||||
../../common/services/syncthing/default.nix
|
||||
../../common/services/alvr.nix
|
||||
./disks.nix
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue