dotfiles/modules/servers.nix
2025-02-19 14:08:43 -06:00

19 lines
248 B
Nix

{ pkgs, lib, config, ... }:
with lib;
{
nix = {
package = pkgs.nixVersions.stable;
};
# services = {
# calibre-web = {
# enable = true;
# options = {
# calibreLibrary = /storage/
# };
# };
# };
}