diff options
author | Casper <me@skylarcloud.xyz> | 2024-12-18 15:21:28 -0700 |
---|---|---|
committer | Casper <me@skylarcloud.xyz> | 2024-12-18 15:21:28 -0700 |
commit | 1cb78494f3022fe9d808d070507bddf552c64753 (patch) | |
tree | 5c827daee442e211941bed7cc89decc95f8efbd7 /ssh/tmpl-pkgs.sls |
Initial commit, new repo
Diffstat (limited to 'ssh/tmpl-pkgs.sls')
-rw-r--r-- | ssh/tmpl-pkgs.sls | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ssh/tmpl-pkgs.sls b/ssh/tmpl-pkgs.sls new file mode 100644 index 0000000..35aeca8 --- /dev/null +++ b/ssh/tmpl-pkgs.sls @@ -0,0 +1,10 @@ +ssh--install-apps: + pkg.installed: + - pkgs: + - qubes-core-agent-passwordless-root + - qubes-mgmt-salt-vm-connector + - qubes-core-agent-networking + - qubes-gpg-split + - qubes-menus + - xfce4-terminal + - ssh |