machine_setup/ansible/environments/laptop/host_vars/odowork

38 lines
755 B
Plaintext
Raw Normal View History

2024-01-01 02:29:38 +00:00
os_flavor: "linux"
2024-01-02 17:29:39 +00:00
hostname: odowork
etc_hosts: {}
2024-01-01 02:29:38 +00:00
users:
talexander:
initialize: true
uid: 11235
gid: 1000
groups:
- name: wheel
- name: users
- name: docker
- name: libvirt
- name: uucp
authorized_keys:
- yubikey
- main_fido
- backup_fido
gitconfig: "gitconfig_work"
periodic_scrub_pools: [zroot]
2024-01-01 02:29:38 +00:00
zfs_snapshot_datasets:
- path: zroot/linux/archwork/be
install_graphics: true
graphics_driver: "amd"
2024-01-02 17:29:39 +00:00
pgp_key: "gpg_work.asc"
2024-01-01 02:29:38 +00:00
build_user:
name: talexander
group: talexander
# wireguard_directory: odowork
# enabled_wireguard: []
cputype: "amd"
hwpstate: true
cores: 16
sway_conf_files:
- rofimoji
docker_storage_driver: overlay2 # alternatively zfs
2024-01-19 03:12:08 +00:00
closed_source_vscode: true