From 2e3f69dfceecbc8c392b6c3e5076cd3aee56b069 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 4 Aug 2024 22:24:39 +0900 Subject: feat(modules/atticd)!: import atticd inside module --- modules/services/atticd.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/services/atticd.nix b/modules/services/atticd.nix index ef79871..e2a7f55 100644 --- a/modules/services/atticd.nix +++ b/modules/services/atticd.nix @@ -1,10 +1,14 @@ -{ config, lib, pkgs, ... }: +{ config, inputs, lib, pkgs, ... }: with lib; let cfg = config.modules.services.atticd; in { + imports = [ + inputs.attic.nixosModules.atticd + ]; + options.modules.services.atticd = { enable = mkEnableOption "Whether to enable atticd, a Multi-tenant Nix Binary Cache"; -- cgit 1.4.1