mirror of
https://github.com/caperren/nixos-configs.git
synced 2025-12-30 19:14:19 +00:00
Add slim7 pubkey for ssh
This commit is contained in:
@@ -26,7 +26,7 @@ in
|
||||
];
|
||||
openssh.authorizedKeys.keys = [
|
||||
sshDesktopPubkey
|
||||
# sshLaptopPubkey
|
||||
sshLaptopPubkey
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKn/grpCtACdsrw1ocTBsf2Mc6hUZHNwvuZPk8K4UJ3p caperren@cap-slim7
|
||||
@@ -1,6 +1,7 @@
|
||||
{ config, pkgs, ... }:
|
||||
let
|
||||
sshCaperrenDesktopPubkey = builtins.readFile ../caperren/pubkeys/cap-nr200p.pub;
|
||||
sshCaperrenLaptopPubkey = builtins.readFile ../caperren/pubkeys/cap-slim7.pub;
|
||||
in
|
||||
{
|
||||
users.users.cluster-admin = {
|
||||
@@ -13,6 +14,7 @@ in
|
||||
];
|
||||
openssh.authorizedKeys.keys = [
|
||||
sshCaperrenDesktopPubkey
|
||||
sshCaperrenLaptopPubkey
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user