mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
123
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
}:
|
||||
let
|
||||
grampsPath = "${xlib.dirs.wsl-storage}/gramps";
|
||||
# last-stable = import inputs.nixpkgs-last-unstable { system = "x86_64-linux"; };
|
||||
in
|
||||
{
|
||||
xdg = {
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
}:
|
||||
let
|
||||
v2raynPath = "${xlib.dirs.wsl-storage}/v2rayN";
|
||||
# last-stable = import inputs.nixpkgs-last-unstable { system = "x86_64-linux"; };
|
||||
in
|
||||
{
|
||||
xdg = {
|
||||
|
||||
@@ -4,9 +4,6 @@
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
# let
|
||||
# last-stable = import inputs.nixpkgs-last-unstable { system = "x86_64-linux"; };
|
||||
# in
|
||||
{
|
||||
programs = {
|
||||
mangohud.enable = true;
|
||||
|
||||
@@ -4,14 +4,9 @@
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
# 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;
|
||||
group = "users";
|
||||
user = "${xlib.device.username}";
|
||||
options = {
|
||||
|
||||
@@ -5,17 +5,10 @@
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
# let
|
||||
# fix = import inputs.nixpkgs-last-unstable {
|
||||
# system = "x86_64-linux";
|
||||
# config.allowUnfree = true;
|
||||
# }; # temp
|
||||
# in
|
||||
{
|
||||
services = {
|
||||
open-webui = {
|
||||
enable = false;
|
||||
#package = fix.open-webui;
|
||||
host = "0.0.0.0";
|
||||
port = 11112;
|
||||
openFirewall = true;
|
||||
|
||||
Reference in New Issue
Block a user