about summary refs log tree commit diff
path: root/nix/users/emile/keys.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/users/emile/keys.nix')
-rw-r--r--nix/users/emile/keys.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nix/users/emile/keys.nix b/nix/users/emile/keys.nix
index f52cd19..94a704d 100644
--- a/nix/users/emile/keys.nix
+++ b/nix/users/emile/keys.nix
@@ -1,9 +1,9 @@
 { ... }:
 
 {
-	all = [
+  all = [
     "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPZi43zHEsoWaQomLGaftPE5k0RqVrZyiTtGqZlpWsew emile@caladan"
     "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEzLZ56SEgwZZ0OusTdSDDhpMlxSg1zPNdRLuxKOfrR5 emile@chusuk"
     "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMoHWyC9r0LVk6UlkhBWAJph0F6KHYHh83EI5U9wtfq2 shortcuts@ginaz"
-	];
+  ];
 }