feat: wire sops into mkHost

This commit is contained in:
2026-03-29 23:12:11 +02:00
parent 42c2a1604c
commit 50533cc737

View File

@@ -54,6 +54,7 @@ nixpkgs.lib.nixosSystem {
inherit system;
modules = [
../nix.nix
inputs.sops-nix.nixosModules.sops
{ nixpkgs.overlays = overlays; }
{ nixpkgs.config.allowUnfree = true; }