mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
123
This commit is contained in:
+2
-2
@@ -8,7 +8,7 @@ let
|
||||
...
|
||||
}:
|
||||
let
|
||||
last-stable = import inputs.nixpkgs-last-unstable { system = "x86_64-linux"; };
|
||||
last-stable = import inputs.nixpkgs-last-unstable { system = "x86_64-linux"; }; # temp
|
||||
in
|
||||
{
|
||||
imports = with inputs; [
|
||||
@@ -148,7 +148,7 @@ let
|
||||
};
|
||||
calibre-web = {
|
||||
enable = true;
|
||||
package = last-stable.calibre-web;
|
||||
#package = last-stable.calibre-web; # temp
|
||||
group = "users";
|
||||
user = "${inputs.zeroq.devices.admin}";
|
||||
options = {
|
||||
|
||||
Reference in New Issue
Block a user