ma cake.r: add Mic92 ssh key to authorized keys

This commit is contained in:
makefu 2018-12-31 10:15:22 +01:00
parent 8802a2928e
commit 0bfc0e2dd8

View file

@ -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 = {