mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 19:36:13 +01:00
ssh and vscode
This commit is contained in:
7
home/configs/keys.nix
Normal file
7
home/configs/keys.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ lib }: {
|
||||
options.local.keys = lib.mkOption { };
|
||||
|
||||
config.local.keys = {
|
||||
senpai = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINBehbdWBTyhs8Tqnc7w172XhWcPAcAM6BC9Gny3i8An";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user