fix: fix new modules formatting
This commit is contained in:
parent
b708969576
commit
2de023a52f
4 changed files with 26 additions and 18 deletions
|
|
@ -4,8 +4,10 @@
|
|||
programs.gnupg.ssh = lib.mkEnableOption "enable gnuPG ssh integration";
|
||||
};
|
||||
|
||||
programs.gnupg.agent = lib.mkIf config.settings.programs.gnupg.enable {
|
||||
enable = true;
|
||||
enableSSHSupport = config.settings.programs.gnupg.ssh;
|
||||
config = lib.mkIf config.settings.programs.gnupg.enable {
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = config.settings.programs.gnupg.ssh;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue