mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 13:29:32 +01:00
added missing import
This commit is contained in:
parent
66f7f1a39b
commit
de714df3af
|
@ -1,4 +1,5 @@
|
||||||
{ config, lib, ... }:
|
{ config, lib, ... }:
|
||||||
|
with lib;
|
||||||
let
|
let
|
||||||
cfg = config.samba;
|
cfg = config.samba;
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in a new issue