aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-12-28 13:14:34 -0800
committerFranck Cuny <franck@fcuny.net>2024-12-28 13:14:34 -0800
commit1f11bea4be519cbf2b08daac19acef93d2cb181a (patch)
treeafc4df047b9ba927a19f730eacab5c4876ab0873 /justfile
parentremoved a few services from vm-synology (diff)
downloadinfra-1f11bea4be519cbf2b08daac19acef93d2cb181a.tar.gz
remove secrets and agenix since nothing uses them
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]