diff --git a/1systems/cake/config.nix b/1systems/cake/config.nix
index 1a617e5..2491352 100644
--- a/1systems/cake/config.nix
+++ b/1systems/cake/config.nix
@@ -38,6 +38,9 @@
      })
   ];
   networking.wireless.enable = true;
+  users.extraUsers.root.openssh.authorizedKeys.keys = [
+    config.krebs.users.Mic92.pubkey
+  ];
 
 # File systems configuration for using the installer's partition layout
   fileSystems = {