diff options
Diffstat (limited to 'nix/hosts')
-rw-r--r-- | nix/hosts/corrino/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/hosts/corrino/configuration.nix b/nix/hosts/corrino/configuration.nix index becf5e9..3023a6a 100644 --- a/nix/hosts/corrino/configuration.nix +++ b/nix/hosts/corrino/configuration.nix @@ -310,7 +310,7 @@ in { tmpuser1 = { isNormalUser = true; - # TODO(emile): readd after the whole user system is setup + # TODO(emile): read after the whole user system is setup # "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJMMq7gVuOuJEuarcsss2pb4JJS39zW/Fuow0foyqlV5 noobtracker@noobtracker-linux" openssh.authorizedKeys.keys = [] ++ keys.emile; |