Layout refactor
Also included provisioning for htpc host
This commit is contained in:
parent
f90702c7b8
commit
970f7489fb
103 changed files with 782 additions and 893 deletions
11
host_vars/htpc/network.yml
Normal file
11
host_vars/htpc/network.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
lan_interface: enp1s0
|
||||
lan_interface_mac: bc:fc:e7:6e:73:53
|
||||
|
||||
local_network_address: 192.168.2.30/24
|
||||
local_network_dns: 9.9.9.9 149.112.112.112
|
||||
local_network_gateway: 192.168.2.254
|
||||
|
||||
hostname: htpc
|
||||
|
||||
wireguard_media:
|
||||
ip: 10.0.1.8
|
||||
44
host_vars/htpc/system.yml
Normal file
44
host_vars/htpc/system.yml
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
packages:
|
||||
- nftables
|
||||
- tmux
|
||||
- unrar
|
||||
- vim
|
||||
- git
|
||||
- openssl
|
||||
- iproute2
|
||||
- curl
|
||||
- reflector
|
||||
- otf-monaspace-nerd
|
||||
- systemd-ukify
|
||||
- efibootmgr
|
||||
- git-delta
|
||||
|
||||
# custom packages
|
||||
- keepassxc
|
||||
- firefox
|
||||
- mpv
|
||||
- yt-dlp
|
||||
- wireguard-tools
|
||||
- okular
|
||||
- postgresql
|
||||
- plasma-meta
|
||||
- wezterm
|
||||
- pipewire
|
||||
- pipewire-pulse
|
||||
- pipewire-alsa
|
||||
|
||||
modprobe_templates: []
|
||||
|
||||
mkinitcpio_templates:
|
||||
- src: 'templates/htpc/mkinitcpio/1-modules.conf.j2'
|
||||
dest: '/etc/mkinitcpio.conf.d/1-amdgpu.conf'
|
||||
|
||||
- src: 'templates/htpc/mkinitcpio/linux.preset.j2'
|
||||
dest: '/etc/mkinitcpio.d/linux.preset'
|
||||
|
||||
- src: 'templates/htpc/mkinitcpio/linux-lts.preset.j2'
|
||||
dest: '/etc/mkinitcpio.d/linux-lts.preset'
|
||||
|
||||
boot_configuration:
|
||||
disk: /dev/sda
|
||||
partition: 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue