Use ACME for certificates
Simplifies a lot the configuration. It eliminates the overlay and it accepts the key via environment file
This commit is contained in:
parent
191119d1f1
commit
d86ded0d74
4 changed files with 77 additions and 22 deletions
|
|
@ -13,7 +13,7 @@ let
|
|||
# customOverlays = import ../overlay;
|
||||
customOverlays = (
|
||||
final: prev: {
|
||||
caddy-custom = prev.callPackage ../overlay/caddy-custom.nix { };
|
||||
# caddy-custom = prev.callPackage ../overlay/caddy-custom.nix { };
|
||||
jellyseerr = nixpkgs-unstable.legacyPackages."x86_64-linux".jellyseerr;
|
||||
}
|
||||
);
|
||||
|
|
@ -99,4 +99,15 @@ in
|
|||
# specialArgs = { };
|
||||
};
|
||||
|
||||
nextcloud = nixpkgs.lib.nixosSystem {
|
||||
pkgs = pkgs "x86_64-linux";
|
||||
modules = [
|
||||
myModule
|
||||
proxmoxModule
|
||||
./nextcloud
|
||||
agenix.nixosModules.default
|
||||
];
|
||||
# specialArgs = { };
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue