hosts/common: remove unused module args

This commit is contained in:
Oystein Kristoffer Tveit 2024-09-26 10:23:14 +02:00
parent 7500197568
commit 1d8c2752f5
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 1 additions and 1 deletions

View File

@ -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 {