Skip to content

coyotebush/qubes-salt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

I created user state directories by running qubesctl state.sls qubes.user-dirs per the community Qubes Salt Beginner's Guide.

The correspondence between this repository and my dom0 filesystem is:

  • salt: contents of /srv/user_salt

I apply states by running commands like

qubesctl state.highstate  # configure everything in dom0
qubesctl state.highstate test=True  # only dry-run changes
qubesctl --targets=web-dvm state.highstate  # additionally configure inside web-dvm
qubesctl --targets=web-dvm --skip-dom0 state.highstate  # fix something in web-dvm without touching dom0

About

my Salt configuration files for Qubes OS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published