mirror of
https://github.com/ben-grande/qusal.git
synced 2025-02-13 05:31:23 -05:00
![Ben Grande](/assets/img/avatar_default.png)
Separating the Gateway and the Workstation formula makes it easier to use the clone-template macro as well as only run the necessary states.
38 lines
823 B
Markdown
38 lines
823 B
Markdown
# whonix-workstation
|
|
|
|
Whonix Workstation Template in Qubes OS.
|
|
|
|
## Table of Contents
|
|
|
|
* [Description](#description)
|
|
* [Installation](#installation)
|
|
* [Usage](#usage)
|
|
|
|
## Description
|
|
|
|
Creates the Whonix Workstation templates as well as a Disposable Template
|
|
based on it.
|
|
|
|
## Installation
|
|
|
|
- Top:
|
|
```sh
|
|
qubesctl top.enable whonix-workstation
|
|
qubesctl --targets=whonix-workstation-17 state.apply
|
|
qubesctl top.disable whonix-workstation
|
|
qubesctl state.apply whonix-workstation.appmenus
|
|
```
|
|
|
|
- State:
|
|
<!-- pkg:begin:post-install -->
|
|
```sh
|
|
qubesctl state.apply whonix-workstation.create
|
|
qubesctl --skip-dom0 --targets=whonix-workstation-17 state.apply whonix-workstation.install
|
|
qubesctl state.apply whonix-workstation.appmenus
|
|
```
|
|
<!-- pkg:end:post-install -->
|
|
|
|
## Usage
|
|
|
|
AppVMs and StandaloneVMs can be based on this template.
|