authorized keys per device

This commit is contained in:
Vinzenz Schroeter 2023-09-02 14:41:58 +02:00
parent 33ef4623a1
commit 786a6703fd
2 changed files with 4 additions and 3 deletions

View file

@ -9,9 +9,6 @@
description = "Vinzenz Schroeter"; description = "Vinzenz Schroeter";
extraGroups = ["networkmanager" "wheel"]; extraGroups = ["networkmanager" "wheel"];
shell = pkgs.zsh; shell = pkgs.zsh;
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINrY6tcgnoC/xbgL7vxSjddEY9MBxRXe9n2cAHt88/TT home roaming"
];
}; };
# home manager # home manager

View file

@ -6,4 +6,8 @@
./common.nix ./common.nix
./kde.nix ./kde.nix
]; ];
users.users.vinzenz.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINrY6tcgnoC/xbgL7vxSjddEY9MBxRXe9n2cAHt88/TT home roaming"
];
} }