config pass thru

This commit is contained in:
John Lancaster
2026-03-27 18:26:23 -05:00
parent f9546b7448
commit ece89bfb43
+1 -1
View File
@@ -1,6 +1,6 @@
{ self, inputs, ... }: { self, inputs, ... }:
{ {
flake.modules.nixos.p14sConfiguration = { pkgs, lib, ... }: flake.modules.nixos.p14sConfiguration = { config, pkgs, lib, ... }:
let let
hostname = "john-p14s"; hostname = "john-p14s";
in in