Add base packages + config
This commit is contained in:
parent
bb8589a3a9
commit
2646941148
4 changed files with 44 additions and 8 deletions
10
roles/linroom/templates/default_keyboard
Normal file
10
roles/linroom/templates/default_keyboard
Normal file
|
@ -0,0 +1,10 @@
|
|||
# KEYBOARD CONFIGURATION FILE
|
||||
|
||||
# Consult the keyboard(5) manual page.
|
||||
|
||||
XKBMODEL="pc105"
|
||||
XKBLAYOUT="si"
|
||||
XKBVARIANT=""
|
||||
XKBOPTIONS=""
|
||||
|
||||
BACKSPACE="guess"
|
1
roles/linroom/templates/intel-wol.rules
Normal file
1
roles/linroom/templates/intel-wol.rules
Normal file
|
@ -0,0 +1 @@
|
|||
ACTION=="add", SUBSYSTEM=="net", NAME=="e*", RUN+="/sbin/ethtool -s $name wol g"
|
2
roles/linroom/templates/systemd_group_override.conf
Normal file
2
roles/linroom/templates/systemd_group_override.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
[Service]
|
||||
SupplementaryGroups=wireshark kvm dialout libvirt vboxusers ubridge
|
Loading…
Add table
Add a link
Reference in a new issue