Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```