55 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			55 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| os_flavor: "freebsd"
 | |
| custom_repo: current-default-framework
 | |
| 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
 | |
| 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
 | |
| 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
 | |
|     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/main
 | |
| jail_list:
 | |
|   - name: nat_dhcp
 | |
|     enabled: true
 | |
|     conf:
 | |
|       src: nat_dhcp
 | |
| bhyve_dataset: zroot/freebsd/current/vm
 | |
| bhyve_list: []
 | |
| efi_dev: /dev/gpt/EFI
 | |
| sway_conf_files:
 | |
|   - launch_gpg
 | |
| wireguard_directory: odo
 | |
| enabled_wireguard:
 | |
|   - wgh
 | |
|   - drmario
 | |
|   - colo
 | 
