main #2

Merged
Lithospherical merged 42 commits from jan-leila/nix-config:main into main 2025-06-05 04:13:47 +00:00
Showing only changes of commit 35d6c1a634 - Show all commits

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;