configuration/desktop: Enable GPG SSH support
This commit is contained in:
6
pkgs/ssh-gpg/default.nix
Normal file
6
pkgs/ssh-gpg/default.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
pkgs.writeShellApplication {
|
||||
name = "ssh-gpg";
|
||||
text = builtins.readFile ./ssh-gpg.sh;
|
||||
}
|
Reference in New Issue
Block a user