diff options
author | Emile <git@emile.space> | 2024-07-21 17:48:42 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2024-07-21 17:48:42 +0200 |
commit | 216d5bf4d49a96e2157aa19ca839aea357e6df32 (patch) | |
tree | 2e832a2681f3735ec7ac2f5419803fd947a446d7 /nix/hosts/corrino/configuration.nix | |
parent | a2e5f7db2750e119b5509e370cdc447c67cdad35 (diff) |
spelling
Diffstat (limited to 'nix/hosts/corrino/configuration.nix')
-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; |