From fc77e1046a32ec60cb71b590284aae6e9dfbfdc8 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 6 Nov 2024 15:53:21 -0600 Subject: [PATCH] feat(hosts/orion): use overlays --- flake.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/flake.nix b/flake.nix index bd779bea..0a1a1602 100644 --- a/flake.nix +++ b/flake.nix @@ -213,6 +213,14 @@ inputs.impermanence.nixosModules.impermanence inputs.agenix.nixosModules.default inputs.disko.nixosModules.disko + { + config = { + nixpkgs.overlays = [ + self.overlays.modifications + self.overlays.additions + ]; + }; + } { config = (import "${inputs.secrets}" {