feat(darwin): integrate Caddy server with SOPS for secret management
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m29s

This commit is contained in:
uttarayan21
2025-08-21 18:03:57 +05:30
parent 47bdbc8bf2
commit d7fdc3bebf
9 changed files with 1085 additions and 10 deletions

View File

@@ -9,9 +9,13 @@
name: device:
nix-darwin.lib.darwinSystem {
system = device.system;
specialArgs = {
inherit device;
};
modules = [
{nixpkgs.overlays = overlays;}
./${device.name}/configuration.nix
inputs.sops-nix.darwinModules.sops
home-manager.darwinModules.home-manager
{
nixpkgs.config.allowUnfree = true;