1
0

hosts/krypton: add nixos-hardware for x270

This commit is contained in:
2023-06-30 23:31:13 +02:00
parent 1c52fc0dab
commit 64ace7d041
3 changed files with 27 additions and 3 deletions

View File

@@ -5,11 +5,12 @@ rec {
name,
system ? "x86_64-linux",
group ? null,
modules ? [],
}: let
localNixpkgs = nixpkgs.lib.attrByPath [ "nixpkgs-${name}" ] nixpkgs inputs;
in localNixpkgs.lib.nixosSystem {
system = system;
modules = [
modules = modules ++ [
({ ... }: {
/*
Make the contents of the flake availiable to modules.