Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eoli3n/void-config
Scripts and Ansible playbook to setup Void Linux on ZFS.
https://github.com/eoli3n/void-config
ansible void-linux zfs zfsbootmenu zfsonlinux
Last synced: 7 days ago
JSON representation
Scripts and Ansible playbook to setup Void Linux on ZFS.
- Host: GitHub
- URL: https://github.com/eoli3n/void-config
- Owner: eoli3n
- Created: 2020-12-13T00:26:08.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-10T15:34:46.000Z (10 months ago)
- Last Synced: 2024-04-22T13:20:41.125Z (7 months ago)
- Topics: ansible, void-linux, zfs, zfsbootmenu, zfsonlinux
- Language: Shell
- Homepage:
- Size: 252 KB
- Stars: 24
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
### ZFS root install
- Native encryption aes-256-gcm
- Zstd compression on all datasets
- Boot Environments managed with [zfsbootmenu](https://github.com/zdykstra/zfsbootmenu)
- No swap### Install
- Clone me
```
git clone https://github.com/eoli3n/void-config
```
- Run OS installer at [scripts/install/](scripts/install/)
- Install packages and configurations with [ansible](ansible/)
- Use [dotfiles](https://github.com/eoli3n/dotfiles)