config pass thru
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ self, inputs, ... }:
|
||||
{
|
||||
flake.modules.nixos.p14sConfiguration = { pkgs, lib, ... }:
|
||||
flake.modules.nixos.p14sConfiguration = { config, pkgs, lib, ... }:
|
||||
let
|
||||
hostname = "john-p14s";
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user