Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/batteredbunny/virtualhere-nixos
Virtualhere client nix flake package
https://github.com/batteredbunny/virtualhere-nixos
flake virtualhere
Last synced: 21 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-16T01:13:16.000Z (30 days ago)
- Last Synced: 2024-10-17T12:59:41.215Z (28 days ago)
- Topics: flake, virtualhere
- Language: Nix
- Homepage:
- Size: 26.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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
```