mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -4,14 +4,14 @@
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
work = import inputs.nixpkgs-master { system = "x86_64-linux"; };
|
||||
in
|
||||
# let
|
||||
# work = import inputs.nixpkgs-master { system = "x86_64-linux"; };
|
||||
# in
|
||||
{
|
||||
# services.calibre-server.package = stable.calibre;
|
||||
services.calibre-web = {
|
||||
enable = true;
|
||||
package = work.calibre-web;
|
||||
# package = work.calibre-web;
|
||||
group = "users";
|
||||
user = "${xlib.device.username}";
|
||||
options = {
|
||||
|
||||
Reference in New Issue
Block a user