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
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:
@ -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";
|
||||
|
Reference in New Issue
Block a user