machine_setup/ansible/environments/laptop/host_vars/odolinux

40 lines
794 B
Plaintext
Raw Normal View History

2022-10-11 01:50:39 +00:00
os_flavor: "linux"
users:
talexander:
initialize: true
uid: 11235
gid: 1000
groups:
- name: wheel
- name: users
- name: docker
- name: libvirt
- name: uucp
2022-10-13 00:16:27 +00:00
authorized_keys:
- yubikey
- main_fido
- backup_fido
- homeassistant
gitconfig: "gitconfig_home"
zfs_snapshot_datasets:
# - zroot/linux/archmain/home
- zroot/linux/archmain/be
2023-04-12 18:08:40 +00:00
- zroot/data/bridge/family_disks
install_graphics: true
2022-10-16 02:34:12 +00:00
graphics_driver: "intel"
2022-10-16 04:32:44 +00:00
build_user:
name: talexander
group: talexander
wireguard_directory: odo
enabled_wireguard:
- wgh
2023-04-18 20:44:14 +00:00
- drmario
2023-04-21 01:42:53 +00:00
- colo
2023-03-23 20:33:47 +00:00
cputype: "intel"
hwpstate: true
cores: 8
2023-03-25 13:06:54 +00:00
sway_conf_files:
- rofimoji
2023-03-25 20:08:13 +00:00
docker_storage_driver: zfs # alternatively overlay2
docker_zfs_dataset: zroot/linux/archmain/docker