Compare commits

..

No commits in common. "67b777c432edf2fc22fde03cf76c14769fc62fd0" and "5d0fdd341a787ec4ba764dbaf9bb5116adfb58a6" have entirely different histories.

10 changed files with 15 additions and 20 deletions

View File

@ -1,12 +1,8 @@
# Populates the /dev/diskid # Disabling both of these will make /dev/gpt/* populated
kern.geom.label.disk_ident.enable="1"
# Populates /dev/gpt
# #
# This uses gpt partition labels which you can set with: # This uses gpt partition labels which you can set with:
# #
# gpart modify -l EFI -i 1 nvd0 # gpart modify -l EFI -i 1 nvd0
kern.geom.label.gptid.enable="1" # kern.geom.label.disk_ident.enable="0"
# kern.geom.label.gptid.enable="1"

View File

@ -1,3 +1,5 @@
security.bsd.allow_destructive_dtrace=0 security.bsd.allow_destructive_dtrace=0
kern.geom.label.disk_ident.enable="0"
kern.geom.label.gptid.enable="0"
cryptodev_load="YES" cryptodev_load="YES"
zfs_load="YES" zfs_load="YES"

View File

@ -1,3 +1,6 @@
security.bsd.allow_destructive_dtrace=0 security.bsd.allow_destructive_dtrace=0
kern.geom.label.disk_ident.enable="0"
kern.geom.label.gptid.enable="0"
cryptodev_load="YES" cryptodev_load="YES"
zfs_load="YES" zfs_load="YES"

View File

@ -17,7 +17,6 @@
- uutils-coreutils - uutils-coreutils
- usbutils # for lsusb - usbutils # for lsusb
- bolt - bolt
- whois
state: present state: present
- name: Start pkgfile update service - name: Start pkgfile update service

View File

@ -1,6 +1,5 @@
firefox_config: firefox_config:
# identity.sync.tokenserver.uri: "https://ffsync.fizz.buzz/token/1.0/sync/1.5" # identity.sync.tokenserver.uri: "https://ffsync.fizz.buzz/token/1.0/sync/1.5"
media.hardware-video-decoding.force-enabled: true
media.ffmpeg.vaapi.enabled: true media.ffmpeg.vaapi.enabled: true
doh-rollout.doorhanger-decision: "UIDisabled" doh-rollout.doorhanger-decision: "UIDisabled"
dom.security.https_only_mode: true dom.security.https_only_mode: true

View File

@ -42,7 +42,7 @@
# amd_pstate=passive :: Fully automated hardware pstate control. # amd_pstate=passive :: Fully automated hardware pstate control.
# amd_pstate=active :: Same as passive except we can set the energy performance preference (EPP) to suggest how much we prefer performance or energy efficiency. # amd_pstate=active :: Same as passive except we can set the energy performance preference (EPP) to suggest how much we prefer performance or energy efficiency.
# amd_pstate=guided :: Same as passive except we can set upper and lower frequency bounds. # amd_pstate=guided :: Same as passive except we can set upper and lower frequency bounds.
"org.zfsbootmenu:commandline": "rw quiet amdgpu.abmlevel=3 pcie_aspm=force pcie_aspm.policy=powersupersave nowatchdog" "org.zfsbootmenu:commandline": "rw quiet amdgpu.abmlevel=3 pcie_aspm=force pcie_aspm.policy=powersupersave nowatchdog amd_pstate=passive"
- name: Install Configuration - name: Install Configuration
copy: copy:

View File

@ -6,8 +6,6 @@
- libva-utils # for vainfo - libva-utils # for vainfo
- vdpauinfo # for vdpauinfo - vdpauinfo # for vdpauinfo
- libvdpau-va-gl # vdpau support - libvdpau-va-gl # vdpau support
- mesa-gallium-va # Accelerated video decoding
- mesa-gallium-vdpau # Accelerated video decoding
- radeontop - radeontop
- vulkan-tools # For vulkaninfo - vulkan-tools # For vulkaninfo
state: present state: present

View File

@ -17,5 +17,4 @@
- vdpauinfo # for vdpauinfo - vdpauinfo # for vdpauinfo
- vulkan-tools # For vulkaninfo - vulkan-tools # For vulkaninfo
- radeontop - radeontop
- nvtop
state: present state: present

View File

@ -28,12 +28,11 @@ graphics/graphviz
graphics/igt-gpu-tools graphics/igt-gpu-tools
graphics/imv graphics/imv
graphics/inkscape graphics/inkscape
graphics/mesa-gallium-va
graphics/mesa-gallium-vdpau
graphics/qt5-wayland graphics/qt5-wayland
graphics/vulkan-loader graphics/vulkan-loader
graphics/vulkan-tools graphics/vulkan-tools
graphics/vulkan-validation-layers graphics/vulkan-validation-layers
hashicorp/terraform-ls
lang/python lang/python
lang/rust-nightly lang/rust-nightly
math/gnuplot math/gnuplot

View File

@ -1,5 +1,5 @@
# - name: Install packages - name: Install packages
# package: package:
# name: name:
# - terraform-ls - terraform-ls
# state: present state: present