This commit is contained in:
mwiegand 2022-06-01 10:42:35 +02:00
parent cf09493486
commit 6706d04298

View file

@ -30,9 +30,15 @@
], ],
}, },
'users': { 'users': {
'root': { 'ckn': {
'shell': '/usr/bin/zsh', 'shell': '/usr/bin/zsh',
'authorized_keys': {
'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEU1l2ijW3ZqzFGZcdWg2ESgTGehdNfBTfafxsjWvWdS mwiegand@macbook',
},
}, },
}, },
'sudoers': {
'ckn': {'ALL'},
},
}, },
} }