porcorosso-wsl: add keychain
This commit is contained in:
parent
df2c10ed4e
commit
d79faeb3e0
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
|||
{ pkgs, depot, lib, config, ... }:
|
||||
{
|
||||
imports = [ ./graphical-client-wayland.nix ];
|
||||
|
||||
config.programs.keychain = {
|
||||
enable = true;
|
||||
keys = [ "id_ed25519" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue