refactor(treewide): statix

This commit is contained in:
ooks-io 2024-08-11 20:24:40 +12:00
parent 366fa0ce80
commit 7f2cd7a343
71 changed files with 84 additions and 84 deletions

View file

@ -6,9 +6,9 @@
}: let
inherit (lib) mkIf;
host = config.ooknet.host;
admin = host.admin;
tailscale = host.networking.tailscale;
inherit (config.ooknet) host;
inherit (host) admin;
inherit (host.networking) tailscale;
in {
age.identityPaths = [
"/home/${admin.name}/.ssh/id_ed25519"