updated keys

This commit is contained in:
2023-09-06 19:00:24 +05:30
parent 77b84d069c
commit 50200cfa63

View File

@ -19,7 +19,7 @@
isNormalUser = true; isNormalUser = true;
extraGroups = [ "networkmanager" "wheel" "storage" "audio" ]; extraGroups = [ "networkmanager" "wheel" "storage" "audio" ];
openssh.authorizedKeys.keys = [ openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL+OzPUe2ECPC929DqpkM39tl/vdNAXfsRnmrGfR+X3D 0xtux@pm.me" ''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL+OzPUe2ECPC929DqpkM39tl/vdNAXfsRnmrGfR+X3D 0xtux@pm.me''
]; ];
}; };
}; };