about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <git@emile.space>2024-07-21 17:48:42 +0200
committerEmile <git@emile.space>2024-07-21 17:48:42 +0200
commit216d5bf4d49a96e2157aa19ca839aea357e6df32 (patch)
tree2e832a2681f3735ec7ac2f5419803fd947a446d7
parenta2e5f7db2750e119b5509e370cdc447c67cdad35 (diff)
spelling
-rw-r--r--nix/hosts/corrino/configuration.nix2
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;