Add ALVR config

This commit is contained in:
albert 2025-04-02 14:47:28 +02:00
parent b1efa8e28b
commit 6d5c770634
Signed by: albert
GPG key ID: 3895DD267CA11BA9
3 changed files with 8 additions and 3 deletions
nixos
common/services
hosts
framework16
nixos-desktop

View file

@ -0,0 +1,6 @@
{ ... }: {
programs.alvr = {
enable = true;
openFirewall = true;
};
}

View file

@ -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
];
}

View file

@ -11,6 +11,7 @@
../../common/modules/builder.nix
../../common/services/geoclue.nix
../../common/services/syncthing/default.nix
../../common/services/alvr.nix
./disks.nix
];