From fd7724dbd0c21449d5286e272a5d5020e1fc4372 Mon Sep 17 00:00:00 2001 From: Mathias Magnusson Date: Mon, 12 Jan 2026 17:30:18 +0100 Subject: move some stuff out of flake.nix --- configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 7917283..93fa862 100644 --- a/configuration.nix +++ b/configuration.nix @@ -13,8 +13,15 @@ ./immich.nix ./postgresql.nix ./minecraft.nix + + inputs.agenix.nixosModules.default ]; + nixpkgs = { + config.allowUnfree = true; + overlays = [ inputs.agenix.overlays.default ]; + }; + powerManagement.powertop.enable = true; hardware.graphics.extraPackages = with pkgs; [ -- cgit v1.2.3