mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:26:51 +01:00
add sshkey
This commit is contained in:
parent
b4dfe5ac68
commit
87d9df9603
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ in {
|
||||||
uid = 1000;
|
uid = 1000;
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB8oyMpS2hK3gQXyHIIVS6oilgMpemLmfhKKJ6RBMwUh johannes@joens.email"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB8oyMpS2hK3gQXyHIIVS6oilgMpemLmfhKKJ6RBMwUh johannes@joens.email"
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP3pKtvhOOjG1pGJq7cVHS5uWy5IP8y1Ra/ENpmJcqOe root@zap"
|
||||||
];
|
];
|
||||||
packages = with pkgs;
|
packages = with pkgs;
|
||||||
[ libsForQt5.kate libsForQt5.ark ]
|
[ libsForQt5.kate libsForQt5.ark ]
|
||||||
|
|
Loading…
Reference in a new issue