sid.ovh/modules/nixos/common/default.nix
sid 7a65bdbf37
All checks were successful
Flake check / flake-check (pull_request) Successful in 20s
add certs. fix acme challenge. add jwk provisioner
2026-04-18 23:38:54 +02:00

14 lines
169 B
Nix

{ inputs, ... }:
{
imports = [
./nix.nix
./overlays.nix
../pki
inputs.synix.nixosModules.device.server
];
nixpkgs.config.allowUnfree = true;
}