hosts/common: remove unused module args
This commit is contained in:
parent
7500197568
commit
1d8c2752f5
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, unstable-pkgs, lib, extendedLib, config, inputs, secrets, ... }:
|
{ config, pkgs, lib, extendedLib, ... }:
|
||||||
let
|
let
|
||||||
inherit (config) machineVars;
|
inherit (config) machineVars;
|
||||||
in {
|
in {
|
||||||
|
|
Loading…
Reference in New Issue