aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile7
1 files changed, 0 insertions, 7 deletions
diff --git a/justfile b/justfile
index b6cdc21..f99e6c5 100644
--- a/justfile
+++ b/justfile
@@ -49,13 +49,6 @@ history:
gcroot:
ls -al /nix/var/nix/gcroots/auto/
-[doc('edit a secret')]
-[group('secrets')]
-[macos]
-secrets +args:
- #!/usr/bin/env fish
- cd secrets && agenix -e {{ args }}.age -i (op read "op://Personal/nixos/private key?ssh-format=openssh"|psub)
-
[doc('build the configuration for the current host')]
[group('machines')]
[macos]