Compare commits
No commits in common. "fa9cd84c823b7ab5efd9934e96afde2656aff683" and "6364da77aa863517ddc75982a4bbb72232eb4f82" have entirely different histories.
fa9cd84c82
...
6364da77aa
4 changed files with 1 additions and 21 deletions
|
|
@ -84,7 +84,6 @@
|
||||||
++ (if (desktop && os == "linux") then [
|
++ (if (desktop && os == "linux") then [
|
||||||
./homes/linux-desktop.nix
|
./homes/linux-desktop.nix
|
||||||
plasma-manager.homeModules.plasma-manager
|
plasma-manager.homeModules.plasma-manager
|
||||||
quadlet-nix.homeManagerModules.quadlet
|
|
||||||
] else
|
] else
|
||||||
[ ]) ++ extraModules;
|
[ ]) ++ extraModules;
|
||||||
extraSpecialArgs = {
|
extraSpecialArgs = {
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,6 @@
|
||||||
# tsed - TailScale Exit node Disconnect
|
# tsed - TailScale Exit node Disconnect
|
||||||
tsed = "tailscale set --exit-node=";
|
tsed = "tailscale set --exit-node=";
|
||||||
micromamba = "mamba";
|
micromamba = "mamba";
|
||||||
conda = "mamba";
|
|
||||||
};
|
};
|
||||||
sessionPath = [ "$HOME/.local/bin" ];
|
sessionPath = [ "$HOME/.local/bin" ];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -14,23 +14,6 @@
|
||||||
services = {
|
services = {
|
||||||
gpg-agent = { sshKeys = [ "F72C07DBA3DC0903C3ABB55E8B460803FEC22640" ]; };
|
gpg-agent = { sshKeys = [ "F72C07DBA3DC0903C3ABB55E8B460803FEC22640" ]; };
|
||||||
};
|
};
|
||||||
virtualisation.quadlet = {
|
|
||||||
containers = {
|
|
||||||
anythingllm = {
|
|
||||||
autoStart = true;
|
|
||||||
containerConfig = {
|
|
||||||
image = "docker.io/mintplexlabs/anythingllm:1.9";
|
|
||||||
addHosts = [ "ollama.millironx.local:host-gateway" ];
|
|
||||||
publishPorts = [ "3001:3001" ];
|
|
||||||
volumes =
|
|
||||||
[ "${config.xdg.dataHome}/anythingllm:/app/server/storage:Z" ];
|
|
||||||
environments = { STORAGE_DIR = "/app/server/storage"; };
|
|
||||||
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
autoUpdate.enable = true;
|
|
||||||
};
|
|
||||||
xdg = {
|
xdg = {
|
||||||
configFile = {
|
configFile = {
|
||||||
"nextflow.config".text = ''
|
"nextflow.config".text = ''
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,6 @@
|
||||||
ShowFullPath = true;
|
ShowFullPath = true;
|
||||||
ShowStatusBar = "FullWidth";
|
ShowStatusBar = "FullWidth";
|
||||||
ShowZoomSlider = true;
|
ShowZoomSlider = true;
|
||||||
ViewMode = 1;
|
|
||||||
};
|
};
|
||||||
"KFileDialog Settings" = {
|
"KFileDialog Settings" = {
|
||||||
"Places Icons Auto-resize" = false;
|
"Places Icons Auto-resize" = false;
|
||||||
|
|
@ -67,7 +66,7 @@
|
||||||
Appearance.chartFace = "org.kde.ksysguard.barchart";
|
Appearance.chartFace = "org.kde.ksysguard.barchart";
|
||||||
Sensors.highPrioritySensorIds = "[${
|
Sensors.highPrioritySensorIds = "[${
|
||||||
builtins.concatStringsSep "," (builtins.genList
|
builtins.concatStringsSep "," (builtins.genList
|
||||||
(i: ''"cpu/cpu${builtins.toString i}/usage"'') 32)
|
(i: ''"cpu/cpu${builtins.toString i}/usage"'') 12)
|
||||||
}]";
|
}]";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue