config pass thru
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user