mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
123
This commit is contained in:
+2
-2
@@ -8,7 +8,7 @@ let
|
|||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
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
|
in
|
||||||
{
|
{
|
||||||
imports = with inputs; [
|
imports = with inputs; [
|
||||||
@@ -148,7 +148,7 @@ let
|
|||||||
};
|
};
|
||||||
calibre-web = {
|
calibre-web = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = last-stable.calibre-web;
|
#package = last-stable.calibre-web; # temp
|
||||||
group = "users";
|
group = "users";
|
||||||
user = "${inputs.zeroq.devices.admin}";
|
user = "${inputs.zeroq.devices.admin}";
|
||||||
options = {
|
options = {
|
||||||
|
|||||||
Reference in New Issue
Block a user