Update ssh key
This commit is contained in:
parent
0ec400e235
commit
bf23f13702
4 changed files with 4 additions and 0 deletions
|
|
@ -81,6 +81,7 @@
|
||||||
users.users.${config.user.name} = {
|
users.users.${config.user.name} = {
|
||||||
openssh.authorizedKeys.keyFiles = [
|
openssh.authorizedKeys.keyFiles = [
|
||||||
../../ssh_keys/phfroidmont-desktop.pub
|
../../ssh_keys/phfroidmont-desktop.pub
|
||||||
|
../../ssh_keys/phfroidmont-stellaris.pub
|
||||||
];
|
];
|
||||||
extraGroups = [ "video" ];
|
extraGroups = [ "video" ];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -63,6 +63,7 @@
|
||||||
};
|
};
|
||||||
users.users.root.openssh.authorizedKeys.keyFiles = [
|
users.users.root.openssh.authorizedKeys.keyFiles = [
|
||||||
../../ssh_keys/phfroidmont-laptop.pub
|
../../ssh_keys/phfroidmont-laptop.pub
|
||||||
|
../../ssh_keys/phfroidmont-stellaris.pub
|
||||||
];
|
];
|
||||||
|
|
||||||
# Allow to externally control MPD
|
# Allow to externally control MPD
|
||||||
|
|
|
||||||
|
|
@ -108,6 +108,7 @@
|
||||||
users.users.${config.user.name} = {
|
users.users.${config.user.name} = {
|
||||||
openssh.authorizedKeys.keyFiles = [
|
openssh.authorizedKeys.keyFiles = [
|
||||||
../../ssh_keys/phfroidmont-desktop.pub
|
../../ssh_keys/phfroidmont-desktop.pub
|
||||||
|
../../ssh_keys/phfroidmont-laptop.pub
|
||||||
];
|
];
|
||||||
extraGroups = [ "video" ];
|
extraGroups = [ "video" ];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
1
ssh_keys/phfroidmont-stellaris.pub
Normal file
1
ssh_keys/phfroidmont-stellaris.pub
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHk6GUenOaMxf0YquxEPubN5zjrfHvqw76IYXxD9NUo6 phfroidmont@stellaris-2025-09-09
|
||||||
Loading…
Add table
Add a link
Reference in a new issue