mirror of
https://codeberg.org/icewind/log-archiver.git
synced 2026-06-03 17:44:06 +02:00
flake fix
This commit is contained in:
parent
e756700d1e
commit
bb504bd712
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
...
|
||||
}: {
|
||||
imports = [./nix/module.nix];
|
||||
config = lib.mkIf config.services.dropstf.enable {
|
||||
config = lib.mkIf config.services.log-archiver.enable {
|
||||
nixpkgs.overlays = [outputs.overlays.default];
|
||||
services.log-archiver.package = lib.mkDefault pkgs.log-archiver;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue