Update ssh key

This commit is contained in:
Paul-Henri Froidmont 2025-09-09 17:01:46 +02:00
parent 0ec400e235
commit bf23f13702
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
4 changed files with 4 additions and 0 deletions

View file

@ -81,6 +81,7 @@
users.users.${config.user.name} = {
openssh.authorizedKeys.keyFiles = [
../../ssh_keys/phfroidmont-desktop.pub
../../ssh_keys/phfroidmont-stellaris.pub
];
extraGroups = [ "video" ];
};

View file

@ -63,6 +63,7 @@
};
users.users.root.openssh.authorizedKeys.keyFiles = [
../../ssh_keys/phfroidmont-laptop.pub
../../ssh_keys/phfroidmont-stellaris.pub
];
# Allow to externally control MPD

View file

@ -108,6 +108,7 @@
users.users.${config.user.name} = {
openssh.authorizedKeys.keyFiles = [
../../ssh_keys/phfroidmont-desktop.pub
../../ssh_keys/phfroidmont-laptop.pub
];
extraGroups = [ "video" ];
};