key rotation
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
{
|
||||
constants,
|
||||
inputs,
|
||||
pkgs,
|
||||
user,
|
||||
...
|
||||
}: {
|
||||
home-manager.extraSpecialArgs = {inherit user constants inputs;};
|
||||
|
||||
system = {
|
||||
primaryUser = user;
|
||||
stateVersion = constants.stateVersions.darwin;
|
||||
|
||||
@@ -34,6 +34,8 @@
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
};
|
||||
|
||||
sops.age.sshKeyPaths = ["/etc/ssh/ssh_host_ed25519_key"];
|
||||
|
||||
users.users = {
|
||||
${user} = {
|
||||
isNormalUser = true;
|
||||
|
||||
Reference in New Issue
Block a user