接入 sops 管理 SSH 配置与私钥
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
../modules/shell-develop.nix
|
||||
../modules/vscode.nix
|
||||
../modules/gnome-dconf.nix
|
||||
../modules/ssh.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs;[
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
../modules/shell-develop.nix
|
||||
../modules/zsh.nix
|
||||
../modules/llm.nix
|
||||
../modules/ssh.nix
|
||||
];
|
||||
|
||||
programs.zsh.shellAliases = {
|
||||
|
||||
@@ -8,5 +8,6 @@
|
||||
../modules/shell.nix
|
||||
../modules/zsh.nix
|
||||
../modules/shell-develop.nix
|
||||
../modules/ssh.nix
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user