Migrate to snowfall lib
This commit is contained in:
9
modules/nixos/system/security/ssh/default.nix
Normal file
9
modules/nixos/system/security/ssh/default.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{ config, ... }: {
|
||||
programs.ssh = {
|
||||
extraConfig = ''
|
||||
IdentityFile ${
|
||||
config.sops.secrets."${config.hostcfg.hostname}_ssh_priv".path
|
||||
}
|
||||
'';
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user