mirror of
https://github.com/danbulant/dotfiles
synced 2026-07-10 13:41:51 +00:00
Compare commits
No commits in common. "b0f312c6c5ebfc7e0f270814457376e82ec98442" and "7537b4712a8e5407915316a4aed840f789e4665f" have entirely different histories.
b0f312c6c5
...
7537b4712a
3 changed files with 22 additions and 56 deletions
|
|
@ -35,7 +35,7 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
deployment = {
|
deployment = {
|
||||||
# buildOnTarget = true;
|
buildOnTarget = true;
|
||||||
targetHost = "192.168.1.114";
|
targetHost = "192.168.1.114";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -202,19 +202,6 @@ in
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
|
||||||
job_name = "uptime-kuma";
|
|
||||||
static_configs = [
|
|
||||||
{
|
|
||||||
targets = [ "localhost:${toString ports.status}" ];
|
|
||||||
# generated, only accessible through tailscale, not really sensitive
|
|
||||||
}
|
|
||||||
];
|
|
||||||
basic_auth = {
|
|
||||||
username = "";
|
|
||||||
password = "uk1_SAAatRz9luyFXItVnbXyOdVuU2fkMhZITrnPY27z";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -435,24 +422,7 @@ in
|
||||||
"dan"
|
"dan"
|
||||||
];
|
];
|
||||||
|
|
||||||
hardware.graphics = {
|
|
||||||
enable = true;
|
|
||||||
extraPackages = with pkgs; [
|
|
||||||
intel-media-driver
|
|
||||||
intel-vaapi-driver
|
|
||||||
intel-ocl
|
|
||||||
libva-vdpau-driver
|
|
||||||
intel-compute-runtime-legacy1
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
environment.sessionVariables = {
|
|
||||||
LIBVA_DRIVER_NAME = "i965";
|
|
||||||
};
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
jellyfin-ffmpeg
|
|
||||||
intel-gpu-tools
|
|
||||||
lsof
|
lsof
|
||||||
rsync
|
rsync
|
||||||
git
|
git
|
||||||
|
|
|
||||||
|
|
@ -150,7 +150,6 @@ in
|
||||||
'';
|
'';
|
||||||
models_dir = "\${env.HOME}/models";
|
models_dir = "\${env.HOME}/models";
|
||||||
};
|
};
|
||||||
globalTTL = 3600;
|
|
||||||
models = {
|
models = {
|
||||||
# qwen3-embedding-8b = {
|
# qwen3-embedding-8b = {
|
||||||
# };
|
# };
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,6 @@ in
|
||||||
stateVersion = "25.11";
|
stateVersion = "25.11";
|
||||||
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
jellyfin-desktop
|
|
||||||
(kdePackages.qt6ct.overrideAttrs (oldAttrs: {
|
(kdePackages.qt6ct.overrideAttrs (oldAttrs: {
|
||||||
patches = (oldAttrs.patches or [ ]) ++ [ ../../pkgs/qt6ct-0.11.patch ];
|
patches = (oldAttrs.patches or [ ]) ++ [ ../../pkgs/qt6ct-0.11.patch ];
|
||||||
name = "qt6ct-kde";
|
name = "qt6ct-kde";
|
||||||
|
|
@ -472,29 +471,27 @@ in
|
||||||
services.blueman-applet.enable = true;
|
services.blueman-applet.enable = true;
|
||||||
services.mpris-proxy.enable = true;
|
services.mpris-proxy.enable = true;
|
||||||
xdg = {
|
xdg = {
|
||||||
/*
|
/*configFile."openxr/1/active_runtime.json".source =
|
||||||
configFile."openxr/1/active_runtime.json".source =
|
"${pkgs.monado}/share/openxr/1/openxr_monado.json";
|
||||||
"${pkgs.monado}/share/openxr/1/openxr_monado.json";
|
configFile."openvr/openvrpaths.vrpath".text = ''
|
||||||
configFile."openvr/openvrpaths.vrpath".text = ''
|
{
|
||||||
{
|
"config" :
|
||||||
"config" :
|
[
|
||||||
[
|
"${config.xdg.dataHome}/Steam/config"
|
||||||
"${config.xdg.dataHome}/Steam/config"
|
],
|
||||||
],
|
"external_drivers" : null,
|
||||||
"external_drivers" : null,
|
"jsonid" : "vrpathreg",
|
||||||
"jsonid" : "vrpathreg",
|
"log" :
|
||||||
"log" :
|
[
|
||||||
[
|
"${config.xdg.dataHome}/Steam/logs"
|
||||||
"${config.xdg.dataHome}/Steam/logs"
|
],
|
||||||
],
|
"runtime" :
|
||||||
"runtime" :
|
[
|
||||||
[
|
"${pkgs.opencomposite}/lib/opencomposite"
|
||||||
"${pkgs.opencomposite}/lib/opencomposite"
|
],
|
||||||
],
|
"version" : 1
|
||||||
"version" : 1
|
}
|
||||||
}
|
'';*/
|
||||||
'';
|
|
||||||
*/
|
|
||||||
mimeApps = {
|
mimeApps = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue