configuration
flake
hosts
lib
modules
pkgs
chromium-incognito
clerie-backup
clerie-keys
clerie-sops
clerie-system-remote-install
clerie-system-upgrade
clerie-update-nixfiles
factorio-launcher
feeds-dir
git-checkout-github-pr
git-diff-word
git-pp
git-show-link
iot-data
nix-remove-result-links
nixfiles
overrides
print-afra
run-with-docker-group
ssh-gpg
default.nix
ssh-gpg.sh
update-from-hydra
uptimestatus
overlay.nix
pkgs.nix
users
.gitignore
README.md
flake.lock
flake.nix
7 lines
108 B
Nix
7 lines
108 B
Nix
{ pkgs, ... }:
|
|
|
|
pkgs.writeShellApplication {
|
|
name = "ssh-gpg";
|
|
text = builtins.readFile ./ssh-gpg.sh;
|
|
}
|