ansible-playbooks/playbooks/nixos.yml
Gabriel Arazas 913f2d0b51 playbooks: add one for NixOS
While it can be done with NixOS, it already exists in Ansible so we're
taking advantage of it.
2022-05-06 13:05:56 +08:00

14 lines
326 B
YAML

# This is just a test playbook for combining NixOS with Ansible for doing tasks
# that usually is not good with NixOS.
---
- name: foo-dogsquared's NixOS playbook for Flatpak-related tasks
hosts: workstation
become: yes
roles:
- role: system/flatpak
tags:
- desktop
- system
- flatpak