2022-10-10 21:50:39 -04:00
|
|
|
os_flavor: "linux"
|
|
|
|
users:
|
|
|
|
talexander:
|
|
|
|
initialize: true
|
|
|
|
uid: 11235
|
|
|
|
gid: 1000
|
|
|
|
groups:
|
|
|
|
- name: wheel
|
|
|
|
- name: users
|
|
|
|
- name: docker
|
|
|
|
- name: libvirt
|
2023-04-17 14:00:58 -04:00
|
|
|
- name: uucp
|
2022-10-12 20:16:27 -04:00
|
|
|
authorized_keys:
|
|
|
|
- yubikey
|
|
|
|
- main_fido
|
|
|
|
- backup_fido
|
|
|
|
- homeassistant
|
2022-10-27 00:22:06 -04:00
|
|
|
gitconfig: "gitconfig_home"
|
2024-04-28 12:53:25 -04:00
|
|
|
periodic_scrub_pools: [zroot]
|
2022-10-10 22:31:22 -04:00
|
|
|
zfs_snapshot_datasets:
|
2023-03-04 08:42:53 -05:00
|
|
|
# - zroot/linux/archmain/home
|
2023-08-20 23:12:09 -04:00
|
|
|
- path: zroot/linux/archmain/be
|
|
|
|
- path: zroot/data/bridge/family_disks
|
2022-11-25 15:29:29 -05:00
|
|
|
install_graphics: true
|
2023-12-06 21:14:38 -05:00
|
|
|
graphics_driver: "amd"
|
2022-10-16 00:32:44 -04:00
|
|
|
build_user:
|
|
|
|
name: talexander
|
|
|
|
group: talexander
|
2023-02-18 11:30:46 -05:00
|
|
|
wireguard_directory: odo
|
|
|
|
enabled_wireguard:
|
|
|
|
- wgh
|
2023-04-18 16:44:14 -04:00
|
|
|
- drmario
|
2023-04-20 21:42:53 -04:00
|
|
|
- colo
|
2023-12-06 21:14:38 -05:00
|
|
|
cputype: "amd"
|
2023-03-23 16:09:37 -04:00
|
|
|
hwpstate: true
|
2023-12-06 21:14:38 -05:00
|
|
|
cores: 16
|
2023-03-25 09:06:54 -04:00
|
|
|
sway_conf_files:
|
|
|
|
- rofimoji
|
2023-10-18 09:43:58 -04:00
|
|
|
docker_storage_driver: overlay2 # alternatively zfs
|