1
0
mirror of https://github.com/kmein/niveum synced 2026-03-18 11:01:07 +01:00

feat: do not depend on github for ssh keys bc insecure

This commit is contained in:
2024-03-24 12:11:35 +01:00
parent 83ca7976ce
commit aecf6b8616
4 changed files with 14 additions and 14 deletions

View File

@@ -17,5 +17,5 @@ in {
};
};
users.users.root.openssh.authorizedKeys.keys = kieran.sshKeys pkgs;
users.users.root.openssh.authorizedKeys.keys = kieran.sshKeys;
}