mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 17:49:07 +01:00
scripts: Refactor following tests' example
This commit is contained in:
parent
a3bae7baec
commit
0ea72891c8
4 changed files with 15 additions and 21 deletions
|
|
@ -1,7 +1,5 @@
|
|||
{ self', pkgs, ... }:
|
||||
pkgs.writeShellApplication {
|
||||
name = "nebula-recert-all-hosts";
|
||||
|
||||
{
|
||||
runtimeInputs = [
|
||||
pkgs.bitwarden-cli
|
||||
pkgs.jq
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
{ pkgs, ... }:
|
||||
pkgs.writeShellApplication {
|
||||
name = "nebula-recert-host";
|
||||
|
||||
{
|
||||
runtimeInputs = [
|
||||
pkgs.nebula
|
||||
pkgs.bitwarden-cli
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue