Skip to content

Ansible role to install and configure the nix package manager

License

Notifications You must be signed in to change notification settings

Provizanta/ansible-role-nix

Repository files navigation

Ansible role: nix

main Build status

Install single user install of the nix package manager.

Requirements

None

Role Variables

These variables are defined in defaults/main.yml:

nix_remove_etc_shell_modifications: true

nix_add_source_to_user_shells: true

nix_install_script_url: https://nixos.org/nix/install

Dependencies

None

Example Playbook

- hosts: localhost
  roles:
    - role: nix
      vars: {}

License

MIT

Author Information

Tibor Csóka