flake/nixosConfigurations.nix: Handle host specific nixpkgs input again
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user