diff options
| author | Mathias Magnusson <mathias@magnusson.space> | 2026-01-12 17:30:18 +0100 |
|---|---|---|
| committer | Mathias Magnusson <mathias@magnusson.space> | 2026-01-12 17:30:18 +0100 |
| commit | fd7724dbd0c21449d5286e272a5d5020e1fc4372 (patch) | |
| tree | eb0c6609bc4a0b79a55bcf78a04328226c158415 /configuration.nix | |
| parent | f773ef72fd95e6e3424ac7f822dcc488d34f5fb9 (diff) | |
| download | oden-fd7724dbd0c21449d5286e272a5d5020e1fc4372.tar.gz | |
move some stuff out of flake.nix
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 7 |
1 files changed, 7 insertions, 0 deletions
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; [ |
