flake: some agenix fixes

This commit is contained in:
2022-12-17 20:20:29 +01:00
parent 4c48cd18b6
commit 807070c755
2 changed files with 5 additions and 5 deletions

View File

@@ -44,7 +44,7 @@
nixosConfigurations = ( # NixOS configurations
import ./hosts { # Imports ./hosts/default.nix
inherit (nixpkgs) lib;
inherit inputs nixpkgs nixpkgs-stable nixos-hardware home-manager nur user location hyprland; # Also inherit home-manager so it does not need to be defined here.
inherit inputs nixpkgs nixpkgs-stable nixos-hardware home-manager nur user location hyprland agenix; # Also inherit home-manager so it does not need to be defined here.
}
);
};