mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
fix: add missing brackets to authorized keys
This commit is contained in:
parent
83dd2c3f8f
commit
32aacc07c9
3 changed files with 98 additions and 98 deletions
|
|
@ -5,12 +5,12 @@
|
|||
settings.PermitRootLogin = "yes";
|
||||
};
|
||||
users.users.swarsel.openssh.authorizedKeys.keyFiles = [
|
||||
self + /secrets/keys/authorized_keys
|
||||
self + /secrets/keys/magicant.pub
|
||||
(self + /secrets/keys/authorized_keys)
|
||||
(self + /secrets/keys/magicant.pub)
|
||||
];
|
||||
users.users.root.openssh.authorizedKeys.keyFiles = [
|
||||
self + /secrets/keys/authorized_keys
|
||||
self + /secrets/keys/magicant.pub
|
||||
(self + /secrets/keys/authorized_keys)
|
||||
(self + /secrets/keys/magicant.pub)
|
||||
];
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue