Compare commits

..

8 Commits

Author SHA1 Message Date
046d4444fc
chore: update secrets
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 35s
2024-10-03 05:14:14 -05:00
84d588e465
refactor(hosts/luna): remove github runner 2024-10-03 05:13:47 -05:00
eab51920fd
feat(nvim): enable taplo lsp
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 36s
2024-10-03 04:43:50 -05:00
6a9bd96ca0
fix(nvim): do not let duplicate notifs for same lsp server show 2024-10-03 04:43:34 -05:00
147e544bf8
feat(nvim): add venv-selector.nvim
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 35s
2024-10-03 04:06:41 -05:00
9ba3443305
build(nix): update flake.lock
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 39s
2024-10-03 03:40:58 -05:00
2961ce1531
feat(hosts/orion): add yubikey tools to systemPackages 2024-10-03 03:40:42 -05:00
6359cb761d
refactor(hosts/orion): update systemd tpm2 to new name 2024-10-03 03:40:23 -05:00

View File

@ -52,6 +52,7 @@ in
systemd = {
tpm2.enable = true;
enable = true;
enableTpm2 = true;
};
};
};