ma cake.r: add Mic92 ssh key to authorized keys
This commit is contained in:
parent
8802a2928e
commit
0bfc0e2dd8
|
@ -38,6 +38,9 @@
|
|||
})
|
||||
];
|
||||
networking.wireless.enable = true;
|
||||
users.extraUsers.root.openssh.authorizedKeys.keys = [
|
||||
config.krebs.users.Mic92.pubkey
|
||||
];
|
||||
|
||||
# File systems configuration for using the installer's partition layout
|
||||
fileSystems = {
|
||||
|
|
Loading…
Reference in a new issue