Compare commits

...
2 Commits
Author SHA1 Message Date
oqyude f862c78fff samba fixup 2026-07-16 02:05:38 +03:00
oqyude 867a3227b8 calibre fixup 2026-07-16 01:14:47 +03:00
2 changed files with 8 additions and 2 deletions
+2 -2
View File
@@ -6,14 +6,14 @@
...
}:
let
stable = import inputs.nixpkgs-calibre {
stable = import inputs.nixpkgs-previous {
system = "x86_64-linux";
};
in
{
services = {
calibre-web = {
# package = stable.calibre-web;
package = stable.calibre-web;
enable = true;
# dataDir = "${xlib.dirs.services-mnt-folder}/calibre-web";
options = {
+6
View File
@@ -1,9 +1,15 @@
{
config,
inputs,
pkgs,
xlib,
...
}:
let
stable = import inputs.nixpkgs-previous {
system = "x86_64-linux";
};
in
{
services = {
samba-wsdd = {