https://github.com/batteredbunny/virtualhere-nixos
Virtualhere client nix flake package
https://github.com/batteredbunny/virtualhere-nixos
flake virtualhere
Last synced: about 1 year ago
JSON representation
Virtualhere client nix flake package
- Host: GitHub
- URL: https://github.com/batteredbunny/virtualhere-nixos
- Owner: BatteredBunny
- Created: 2023-07-23T18:45:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-26T01:18:24.000Z (about 1 year ago)
- Last Synced: 2025-05-12T23:54:34.862Z (about 1 year ago)
- Topics: flake, virtualhere
- Language: Nix
- Homepage:
- Size: 37.1 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# virtualhere
## Instructions
1. You need usbip kernel module to get it running, add this to your /etc/nixos/configuration.nix ``boot.extraModulePackages = with config.boot.kernelPackages; [ usbip ];``
2. ``sudo nix run github:BatteredBunny/virtualhere-nixos``
## GUI
Enable ``programs.nix-ld.enable = true;`` in your nixos `configuration.nix`
```
sudo nix run github:BatteredBunny/virtualhere-nixos --impure
```
## CLI
[Check the usage instructions](https://www.virtualhere.com/linux_console)
```
sudo nix run github:BatteredBunny/virtualhere-nixos#cli
```