enabled fwupd on horizon

This commit is contained in:
Leyla Becker 2025-06-01 16:04:13 -05:00
parent 2475170d0a
commit 35d6c1a634

View file

@ -98,6 +98,10 @@
fprintd = { fprintd = {
enable = true; enable = true;
}; };
# firmware update tool
fwupd = {
enable = true;
};
tailscale = { tailscale = {
enable = true; enable = true;
authKeyFile = config.sops.secrets."vpn-keys/tailscale-authkey/horizon".path; authKeyFile = config.sops.secrets."vpn-keys/tailscale-authkey/horizon".path;