lego
All checks were successful
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 34s
Check Nix formatting / Perform Nix format checks (pull_request) Successful in 2m38s
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (pull_request) Successful in 7m33s

This commit is contained in:
2025-02-14 01:01:52 -05:00
parent cb91b05622
commit 257211411c
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";