final fix of ssh key paths

This commit is contained in:
2025-10-04 01:19:37 -05:00
parent 42972e37c2
commit c4757bc8dc

View File

@@ -71,11 +71,8 @@
}; };
}; };
# import sshkeys from keyring # import sshkeys from keyring
home.file.".ssh/id_snowbelle".text = builtins.readFile /home/blake/.nix/.keyring/ssh/id_snowbelle; home.file.".ssh/id_snowbelle".source = config.lib.file.mkOutOfStoreSymlink /home/blake/.nix/.keyring/ssh/id_snowbelle;
home.file.".ssh/id_snowbelle".mode = "0600"; home.file.".ssh/id_snowbelle.pub".source = config.lib.file.mkOutOfStoreSymlink /home/blake/.nix/.keyring/ssh/id_snowbelle.pub;
home.file.".ssh/id_snowbelle.pub".text = builtins.readFile /home/blake/.nix/.keyring/ssh/id_snowbelle.pub;
home.file.".ssh/id_snowbelle.pub".mode = "0644";
# configure git # configure git
programs.git = { programs.git = {