summary refs log tree commit diff stats
path: root/configuration.nix
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-01-07 00:40:42 +0100
committersils <sils@sils.li>2023-01-07 00:40:42 +0100
commit70a8c3bbefb0fc51e51e5ebe5272b981f570545a (patch)
tree085bfda3098a4fdba1e23bbed9d6635637aeee7e /configuration.nix
parentmodularize packages (diff)
downloadnixos-server-70a8c3bbefb0fc51e51e5ebe5272b981f570545a.tar.gz
nixos-server-70a8c3bbefb0fc51e51e5ebe5272b981f570545a.zip
some people lose keys
Diffstat (limited to 'configuration.nix')
-rw-r--r--configuration.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix
index c9c970e..e531a8e 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -13,6 +13,7 @@
   services.openssh.enable = true;
   users.users.root.openssh.authorizedKeys.keys = [
     "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK2mYuiOuIb13E3wJRYPHOFN/dR5ySFozG2I/18HBSRJ dt@DESKTOP-IDOHVE" 
+    "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGBFuTNNn71Rhfnop2cdz3r/RhWWlCePnSBOhTBbu2ME soispha"
     "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG63gxw8JePmrC8Fni0pLV4TnPBhCPmSV9FYEdva+6s7 sils" 
   ];