lego
Some checks failed
Check flake.lock / Check health of `flake.lock` (push) Successful in 14s
Check Nix formatting / Perform Nix format checks (push) Successful in 2m34s
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (push) Failing after 6m27s
Update flakes / createPullRequest (push) Failing after 7m10s

This commit is contained in:
2025-02-14 01:01:52 -05:00
parent 6a6eddb517
commit 6588d3fd0a
3 changed files with 56 additions and 0 deletions

View File

@ -2,6 +2,7 @@
config,
lib,
pkgs,
outputs,
...
}:
@ -22,6 +23,18 @@
};
};
systemd.services."acme-nayeonie.com.service".path = lib.mkForce (
with pkgs;
[
coreutils
diffutils
openssl
]
++ [
outputs.packages.x86_64-linux.lego-latest
]
);
sops.secrets = {
"acme/bunny" = {
owner = "root";