62 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			62 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
os_flavor: "freebsd"
 | 
						|
custom_repo: "https://freebsdpkg.fizz.buzz/repo/currentznver4-default-framework"
 | 
						|
pkgbase_url: "https://freebsdpkg.fizz.buzz/pkgbase/currentznver4-repo/FreeBSD:15:amd64/latest"
 | 
						|
zfs_snapshot_datasets:
 | 
						|
  - path: zroot/freebsd/current/be/default
 | 
						|
sshd_enabled: true
 | 
						|
sshd_conf: "sshd_config"
 | 
						|
pf_config: "odofreebsd_pf.conf"
 | 
						|
pflog_conf:
 | 
						|
 - name: 0
 | 
						|
   dev: pflog0
 | 
						|
prefer_ipv6: true
 | 
						|
dummynet_config: "dnctl.conf"
 | 
						|
network_rc: "odofreebsd_network.conf"
 | 
						|
rc_conf: "odofreebsd_rc.conf"
 | 
						|
loader_conf: "odofreebsd_loader.conf"
 | 
						|
install_graphics: true
 | 
						|
graphics_driver: "amd"
 | 
						|
cputype: "amd"
 | 
						|
hwpstate: true
 | 
						|
cores: 16
 | 
						|
sound_system: "oss"
 | 
						|
users:
 | 
						|
  talexander:
 | 
						|
    initialize: true
 | 
						|
    uid: 11235
 | 
						|
    gid: 11235
 | 
						|
    groups:
 | 
						|
      - name: wheel
 | 
						|
      - name: video
 | 
						|
      - name: u2f
 | 
						|
      - name: operator # To be able to shutdown without root
 | 
						|
      - name: webcamd
 | 
						|
        gid: 145
 | 
						|
      - name: realtime
 | 
						|
    authorized_keys:
 | 
						|
      - yubikey
 | 
						|
      - main_fido
 | 
						|
      - backup_fido
 | 
						|
      - homeassistant
 | 
						|
    gitconfig: "gitconfig_home"
 | 
						|
devfs_rules: "odo_devfs.rules"
 | 
						|
jail_zfs_dataset: zroot/freebsd/current/jails
 | 
						|
jail_zfs_dataset_mountpoint: /jail
 | 
						|
jail_canmount: "on"
 | 
						|
jail_list:
 | 
						|
  - name: nat_dhcp
 | 
						|
    enabled: true
 | 
						|
    conf:
 | 
						|
      src: nat_dhcp
 | 
						|
bhyve_dataset: zroot/freebsd/current/vm
 | 
						|
bhyve_bemount: off
 | 
						|
# efi_dev: /dev/gpt/EFI
 | 
						|
efi_dev: /dev/diskid/DISK-SJB7N717610407Q0Hp1
 | 
						|
sway_conf_files:
 | 
						|
  - launch_gpg
 | 
						|
wireguard_directory: odo
 | 
						|
enabled_wireguard:
 | 
						|
  - wgh
 | 
						|
  - drmario
 | 
						|
  - colo
 |