fix eval error, thanks claude

This commit is contained in:
Satria 2026-03-03 15:06:25 +07:00
commit 363031ecc0
2 changed files with 3 additions and 4 deletions

View file

@ -1,5 +1,5 @@
{ config, lib, ... }: {
imports = lib.mkIf (config.specialisation != {}) [
{ lib, ... }: {
imports = [
./homelab/containers.nix
./homelab/gallery.nix
./homelab/remote.nix