feat(servers): add authorizedKeys to nix config
All checks were successful
Discord / discord commits (push) Successful in 1m15s
All checks were successful
Discord / discord commits (push) Successful in 1m15s
This commit is contained in:
parent
63c5d0b72f
commit
594a9fd715
3 changed files with 17 additions and 0 deletions
|
@ -33,6 +33,11 @@
|
||||||
"video"
|
"video"
|
||||||
"libvirtd"
|
"libvirtd"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
openssh.authorizedKeys.keys = [
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPE39uk52+NIDLdHeoSHIEsOUUFRzj06AGn09z4TUOYm matt@OP9"
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJGbLu+Gb7PiyNgNXMHemaQLnKixebx1/4cdJGna9OQp matt@wim"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
home-manager.users.${config.vars.user} = {
|
home-manager.users.${config.vars.user} = {
|
||||||
imports = [
|
imports = [
|
||||||
|
|
|
@ -22,6 +22,12 @@
|
||||||
"wheel"
|
"wheel"
|
||||||
"adm"
|
"adm"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
openssh.authorizedKeys.keys = [
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPE39uk52+NIDLdHeoSHIEsOUUFRzj06AGn09z4TUOYm matt@OP9"
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICr2+CpqXNMLsjgbrYyIwTKhlVSiIYol1ghBPzLmUpKl matt@binto"
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJGbLu+Gb7PiyNgNXMHemaQLnKixebx1/4cdJGna9OQp matt@wim"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
home-manager.users.${config.vars.user} = {
|
home-manager.users.${config.vars.user} = {
|
||||||
imports = [];
|
imports = [];
|
||||||
|
|
|
@ -17,6 +17,12 @@
|
||||||
"wheel"
|
"wheel"
|
||||||
"adm"
|
"adm"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
openssh.authorizedKeys.keys = [
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPE39uk52+NIDLdHeoSHIEsOUUFRzj06AGn09z4TUOYm matt@OP9"
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICr2+CpqXNMLsjgbrYyIwTKhlVSiIYol1ghBPzLmUpKl matt@binto"
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJGbLu+Gb7PiyNgNXMHemaQLnKixebx1/4cdJGna9OQp matt@wim"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
home-manager.users.${config.vars.user} = {
|
home-manager.users.${config.vars.user} = {
|
||||||
imports = [];
|
imports = [];
|
||||||
|
|
Loading…
Reference in a new issue