diff options
| author | vin <vin@vineetk.net> | 2025-03-18 01:22:11 -0400 |
|---|---|---|
| committer | vin <vin@vineetk.net> | 2025-03-18 01:22:29 -0400 |
| commit | 0c71dc7eb32efd9d5fbe1a2f8a699f155c4e8922 (patch) | |
| tree | 6bf576da9af38e512bc6a00dc68b26369beee589 /hosts | |
| parent | 6d007fc8cb3c44149a9c410de75f460576ae18d2 (diff) | |
demiurge, hastur: stuff
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/demiurge/default.nix | 2 | ||||
| -rw-r--r-- | hosts/hastur/default.nix | 7 |
2 files changed, 9 insertions, 0 deletions
diff --git a/hosts/demiurge/default.nix b/hosts/demiurge/default.nix index 7881443..94fd396 100644 --- a/hosts/demiurge/default.nix +++ b/hosts/demiurge/default.nix | |||
| @@ -405,10 +405,12 @@ FQsOJMjIvhTm2IiOS8xIaZz7EJORxFjtOkLEIGGZBNK6QcnD714/nYbHSrQx4eNM | |||
| 405 | environmentVariables.LD_LIBRARY_PATH = "run/opengl-driver/lib"; | 405 | environmentVariables.LD_LIBRARY_PATH = "run/opengl-driver/lib"; |
| 406 | 406 | ||
| 407 | loadModels = [ | 407 | loadModels = [ |
| 408 | "deepseek-r1:14b" | ||
| 408 | "qwen2.5:14b" | 409 | "qwen2.5:14b" |
| 409 | "qwen2.5:32b" | 410 | "qwen2.5:32b" |
| 410 | "qwen2.5-coder:14b" | 411 | "qwen2.5-coder:14b" |
| 411 | "qwen2.5-coder:32b" | 412 | "qwen2.5-coder:32b" |
| 413 | "qwq:32b" | ||
| 412 | "phi4" | 414 | "phi4" |
| 413 | "hf.co/mradermacher/Darkest-muse-v1-GGUF:Q5_K_M" | 415 | "hf.co/mradermacher/Darkest-muse-v1-GGUF:Q5_K_M" |
| 414 | ]; | 416 | ]; |
diff --git a/hosts/hastur/default.nix b/hosts/hastur/default.nix index 1345758..401e74a 100644 --- a/hosts/hastur/default.nix +++ b/hosts/hastur/default.nix | |||
| @@ -137,6 +137,7 @@ | |||
| 137 | # default packages for both me and root | 137 | # default packages for both me and root |
| 138 | environment = { | 138 | environment = { |
| 139 | systemPackages = with pkgs; [ | 139 | systemPackages = with pkgs; [ |
| 140 | distrobox | ||
| 140 | doas-sudo-shim | 141 | doas-sudo-shim |
| 141 | emacs | 142 | emacs |
| 142 | git | 143 | git |
| @@ -296,5 +297,11 @@ LQIhANgsvYmyCp/Nur2RKaV25CDg3kMYVBXED2HVDy8qa+3i | |||
| 296 | mandoc.enable = true; | 297 | mandoc.enable = true; |
| 297 | }; | 298 | }; |
| 298 | 299 | ||
| 300 | # virtualization stuff | ||
| 301 | virtualisation.podman = { | ||
| 302 | enable = true; | ||
| 303 | dockerCompat = true; | ||
| 304 | }; | ||
| 305 | |||
| 299 | system.stateVersion = "24.05"; | 306 | system.stateVersion = "24.05"; |
| 300 | } | 307 | } |
