Feat: move autofs to workstation
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
# defaults file for workstation
|
||||
# defaults packages for workstation
|
||||
pacman_utils:
|
||||
- nfs-utils
|
||||
- samba
|
||||
@@ -31,6 +31,7 @@ pacman_office:
|
||||
- firefox
|
||||
- firefox-i18n-fr
|
||||
- chromium
|
||||
- qutebrowser
|
||||
- inkscape
|
||||
- pstoedit # Enable latex in inkscape
|
||||
- thunderbird
|
||||
@@ -53,6 +54,7 @@ pacman_work:
|
||||
- gnuplot
|
||||
- auto-multiple-choice
|
||||
- xournalpp
|
||||
- obs-studio
|
||||
|
||||
pacman_media:
|
||||
- vlc
|
||||
@@ -94,13 +96,13 @@ pacman_programming:
|
||||
|
||||
pacman_pkgs:
|
||||
- "{{ pacman_utils }}"
|
||||
# - "{{ pacman_cli }}"
|
||||
# - "{{ pacman_terms }}"
|
||||
# - "{{ pacman_office }}"
|
||||
# - "{{ pacman_media }}"
|
||||
# - "{{ pacman_work }}"
|
||||
# - "{{ pacman_3Dprint }}"
|
||||
# - "{{ pacman_fonts }}"
|
||||
- "{{ pacman_cli }}"
|
||||
- "{{ pacman_terms }}"
|
||||
- "{{ pacman_office }}"
|
||||
- "{{ pacman_media }}"
|
||||
- "{{ pacman_work }}"
|
||||
- "{{ pacman_3Dprint }}"
|
||||
- "{{ pacman_fonts }}"
|
||||
|
||||
aur_utils:
|
||||
- autofs
|
||||
@@ -120,5 +122,10 @@ aur_work:
|
||||
|
||||
aur_pkgs:
|
||||
- "{{ aur_utils }}"
|
||||
# - "{{ aur_fonts }}"
|
||||
# - "{{ aur_work }}"
|
||||
- "{{ aur_fonts }}"
|
||||
- "{{ aur_work }}"
|
||||
|
||||
# Autofs
|
||||
autofs:
|
||||
host: nas
|
||||
|
||||
|
||||
Reference in New Issue
Block a user