1
0

flake/nixosConfigurations.nix: Handle host specific nixpkgs input again

This commit is contained in:
2025-06-29 17:28:38 +02:00
parent 457fa2ca6f
commit ce54f06fd0
2 changed files with 8 additions and 3 deletions

View File

@@ -10,8 +10,10 @@ let
group ? null,
modules ? [],
}: let
localNixpkgs = nixpkgs.lib.attrByPath [ "nixpkgs-${name}" ] nixpkgs inputs;
in self.lib.nixosSystem {
system = system;
nixpkgs = localNixpkgs;
modules = modules ++ [
({ config, lib, ... }: {
# Set hostname