feat: update flake.lock; update sops-nix to use ssh key

This commit is contained in:
2025-07-31 14:53:46 +08:00
parent 5da17890cb
commit 590343e5eb
24 changed files with 205 additions and 298 deletions

View File

@@ -4,7 +4,7 @@
localproxy_on = "export http_proxy=http://192.168.128.1:7890 https_proxy=http://192.168.128.1:7890 all_proxy=socks://192.168.128.1:7890";
};
my = {
sops.sshKeyPath = "/home/${username}/.ssh/id_ed25519";
sops.sshKeyFile = "/home/${username}/.ssh/id_ed25519";
coding.all.enable = true;
coding.editor.vscode.enable = lib.mkForce false;
cli.misc.enable = true;