key rotation

This commit is contained in:
2025-12-20 18:27:50 +01:00
parent 8c522e2d80
commit 093b81ab8f
14 changed files with 86 additions and 53 deletions

View File

@@ -1,9 +1,12 @@
{
constants,
inputs,
pkgs,
user,
...
}: {
home-manager.extraSpecialArgs = {inherit user constants inputs;};
system = {
primaryUser = user;
stateVersion = constants.stateVersions.darwin;

View File

@@ -34,6 +34,8 @@
kernelPackages = pkgs.linuxPackages_latest;
};
sops.age.sshKeyPaths = ["/etc/ssh/ssh_host_ed25519_key"];
users.users = {
${user} = {
isNormalUser = true;