Skip to content
Snippets Groups Projects
Verified Commit 4b396a8b authored by Reza Housseini's avatar Reza Housseini
Browse files

feat: install utilities to mount samba shares as user

parent fef9a512
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,10 @@
* Installing guix
To install guix run the corresponding playbook:
To install system utilities run the corresponding playbook:
#+begin_src bash
ansible-playbook install_guix.yaml -i hosts
ansible-playbook install_system.yaml -i hosts
#+end_src
This does need root access on the cluster.
......
......@@ -73,7 +73,7 @@
export GUIX_EXTENSIONS_PATH="$HOME/.guix-profile/share/guix/extensions"
- name: install needed dnf dependencies for matlab and altair-edem
ansible.builtin.shell:
cmd: dnf install -y alsa-lib python3-pexpect
cmd: dnf install -y alsa-lib python3-pexpect gvfs-smb gvfs-fuse
- name: install samba configuration
ansible.builtin.copy:
src: cluster_config/smb.conf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment