diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-30 15:31:00 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-30 15:31:00 +0200 |
| commit | d679c25cda52e5fc135026964b891e21084397a4 (patch) | |
| tree | 44e39fccb9a9b67776e2869f67192d8a51f1afc9 | |
| parent | 7fe9c596ba4bc6b52cb71a52ebf0a80618d4842e (diff) | |
| download | nixos-d679c25cda52e5fc135026964b891e21084397a4.tar nixos-d679c25cda52e5fc135026964b891e21084397a4.tar.gz nixos-d679c25cda52e5fc135026964b891e21084397a4.tar.bz2 nixos-d679c25cda52e5fc135026964b891e21084397a4.tar.xz nixos-d679c25cda52e5fc135026964b891e21084397a4.zip | |
…
| -rw-r--r-- | odin.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -29,7 +29,7 @@ | |||
| 29 | enable = true; | 29 | enable = true; |
| 30 | ssh = { | 30 | ssh = { |
| 31 | enable = true; | 31 | enable = true; |
| 32 | authorizedKeys = with users.users."gkleen".openssh; map builtins.readFile authorizedKeys.keyFiles ++ authorizedKeys.keys; | 32 | authorizedKeys = map builtins.readFile config.users.users."root".openssh.authorizedKeys.keyFiles; |
| 33 | }; | 33 | }; |
| 34 | }; | 34 | }; |
| 35 | 35 | ||
