Modularize teams sops yazi

This commit is contained in:
DashieTM 2024-08-24 13:25:08 +02:00
parent 7730cbef59
commit c73cb37278
75 changed files with 3023 additions and 3573 deletions

View file

@ -11,8 +11,9 @@
};
};
config = lib.mkIf config.mods.acpid.enable (lib.optionalAttrs (options?virtualisation.virtualbox.host) {
services.acpid.enable = true;
});
config = lib.mkIf config.mods.acpid.enable
(lib.optionalAttrs (options ? virtualisation.virtualbox.host) {
services.acpid.enable = true;
});
}