]> git.immae.eu Git - perso/Immae/Config/Ansible.git/commitdiff
Add nixpkgs configuration
authorIsmaël Bouya <ismael.bouya@fretlink.com>
Wed, 27 Feb 2019 18:26:12 +0000 (19:26 +0100)
committerIsmaël Bouya <ismael.bouya@fretlink.com>
Wed, 27 Feb 2019 18:26:12 +0000 (19:26 +0100)
roles/tools/files/nixpkgs/config.nix [new file with mode: 0644]
roles/tools/tasks/main.yml

diff --git a/roles/tools/files/nixpkgs/config.nix b/roles/tools/files/nixpkgs/config.nix
new file mode 100644 (file)
index 0000000..69baf10
--- /dev/null
@@ -0,0 +1 @@
+{ allowUnfree = true; }
index dea5a7918aa5f99713d2c13b0e5eb69e5e9b8d05..63239dbd808e978d0a144d5a5486532e7cdc6f4e 100644 (file)
@@ -20,6 +20,7 @@
     - youtube-viewer
     - remind
     - systemd/user
+    - nixpkgs
 - name: config files
   copy:
     src: "{{ item }}"
@@ -27,6 +28,7 @@
   loop:
     - htop/htoprc
     - mplayer/config
+    - nixpkgs/config.nix
 - name: template config files
   template:
     src: "{{ item }}.j2"