|
8b8046773e
|
feeds: subscribe to momi.ca / Anjan
|
2024-10-15 23:37:44 +00:00 |
|
|
455b05e99a
|
ollama: ship deepseek-coder-v2-16b-lite-instruct-q5_1,qwen2_5-32b-instruct-q2_K
|
2024-10-13 18:56:05 +00:00 |
|
|
7f5b262801
|
ollama: ship fewer models, improve notes on the remaining models
|
2024-10-13 08:37:50 +00:00 |
|
|
b58416b6ac
|
ollamaPackages: add a bunch more
|
2024-10-13 08:37:50 +00:00 |
|
|
bc302df2fa
|
ollamaPackages.{qwen2_5-7b,qwen2_5-14b}: init, and cleanup the surroundings
|
2024-10-13 08:37:50 +00:00 |
|
|
14da2b6b6c
|
ollamaPackages: rename {model}_{variant} -> {model}-{variant}
|
2024-10-13 08:37:50 +00:00 |
|
|
cb963bba4c
|
ollama: ship mistral
|
2024-10-13 08:37:50 +00:00 |
|
|
06ee80bc40
|
ollama: cleanup docs
|
2024-10-12 23:29:52 +00:00 |
|
|
cba800ca17
|
ollama: enable AMD GPU acceleration
|
2024-10-12 23:10:42 +00:00 |
|
|
cacec52d8e
|
ollama: enable on desko
|
2024-10-12 22:43:49 +00:00 |
|
|
2edce8e6c8
|
refactor: use mkEnableOption,mkPackageOption where applicable
|
2024-10-12 19:36:50 +00:00 |
|
|
11b706b132
|
refactor: use lib.getExe where applicable
|
2024-10-12 19:34:42 +00:00 |
|
|
ddb10a0da3
|
bonsaid: acquire from upstream module
|
2024-10-11 00:06:51 +00:00 |
|
|
1ac398799c
|
bonsai: begin to push the service upstream
|
2024-10-10 22:55:24 +00:00 |
|
|
4bf46a18b1
|
buffyboard: harden systemd service
|
2024-10-06 19:55:20 +00:00 |
|
|
3f58caa446
|
private-storage: mark as a dependency of default , so that even non-GUI systems like servo are sure to load it
|
2024-10-06 09:00:23 +00:00 |
|
|
440db76ddc
|
fix sane-private-unlock sandboxing
|
2024-10-06 07:50:21 +00:00 |
|
|
9ab10627ab
|
buffybox: 3.2.0 -> 3.2.0-unstable-2024-10-05
with my patches, this gets much better CPU use
project has bee refactored so that it builds both unl0kr *and* buffyboard
|
2024-10-05 12:45:24 +00:00 |
|
|
3da1f78ff5
|
sway: ignore input events from buffyboard
|
2024-10-05 11:47:10 +00:00 |
|
|
3e40fe73f8
|
notifyActive activation script: fix
the DBUS_SESSION_BUS_ADDRESS env var referred to the XDG_RUNTIME_DIR, the latter wasn't set by the time the former was being evaluated
|
2024-10-05 07:17:51 +00:00 |
|
|
e60076bdb9
|
replace unl0kr with buffyboard
i still need to wire it to gocryptfs
|
2024-10-05 05:53:25 +00:00 |
|
|
85bddee024
|
todo.md: lift the hickory-dns TODOs into the hickory-dns module, now that i dont use it as system resolver
|
2024-10-05 04:09:05 +00:00 |
|
|
6d3a9e97ea
|
modules/ids: improve error message for non-deterministic IDs
|
2024-10-04 17:14:37 +00:00 |
|
|
705a7a83b1
|
fs: overwrite symlinks/data on deploy
|
2024-10-04 09:26:50 +00:00 |
|
|
0744237c13
|
programs: fix most service invokers (sway, nwg-panel, etc) to use systemd
|
2024-10-03 03:20:05 +00:00 |
|
|
45b2d6fdf9
|
feeds: subscribe to Adam Savage YT channel
|
2024-10-03 02:59:42 +00:00 |
|
|
1315f93471
|
users: dont restart systemd services on activation
i can see why this would be desired... but unless i plumb a way to selectively disable it, i'd prefer to disable it by default
|
2024-10-02 14:30:44 +00:00 |
|
|
044bf8b783
|
refactor: remove dead modules/lib/fs.nix file
|
2024-10-01 03:55:29 +00:00 |
|
|
61df81291b
|
refactor: optimize eval time
lifting `let` bindings up where possible helps reduce the number of thunks nix has to allocate. this patch only does that by 0.3%-ish, though
|
2024-10-01 03:54:44 +00:00 |
|
|
80c67caf19
|
modules/fs: remove unused symlink.targetName option
|
2024-09-30 15:18:32 +00:00 |
|
|
1eea81c4ff
|
refactor: sane.fs: lift acl up to the toplevel; drop generated options
|
2024-09-30 15:15:30 +00:00 |
|
|
97d38aecab
|
feeds: subscribe to timclicks.dev
|
2024-09-30 15:00:45 +00:00 |
|
|
e29842aa9d
|
sane.fs: simplify
|
2024-09-30 10:19:39 +00:00 |
|
|
50c52683ff
|
sane.fs: remove unused mount.mountConfig , mount.unitConfig options
|
2024-09-30 10:19:39 +00:00 |
|
|
ca85dac4ac
|
sane.fs: make bind a required sub-option of mount
|
2024-09-30 10:19:39 +00:00 |
|
|
e52f57f5a2
|
sane.fs: remove unused mount.depends
|
2024-09-30 10:19:39 +00:00 |
|
|
49b5da6385
|
sane.fs: dont generate systemd services for every file/dir/symlink
that's handled by systemd-tmpfiles now
|
2024-09-30 10:19:39 +00:00 |
|
|
572dd5854d
|
WIP: sane.fs: remove wantedBy/wantedBeforeBy options
|
2024-09-30 10:19:39 +00:00 |
|
|
0c270fe4a3
|
WIP: sane.fs consumers: avoid wantedBy/wantedBeforeBy
|
2024-09-30 10:19:39 +00:00 |
|
|
48c81610a5
|
sane.fs: remove public access to the "unit" fields
fs entries soon won't correspond to systemd units, and hence that option's a bit nonsensical
|
2024-09-30 09:10:40 +00:00 |
|
|
6983dbe8c4
|
sane.fs: fix so my tmpfiles.d always runs before anything else (like e.g. /var/lib stuff)
|
2024-09-30 05:44:42 +00:00 |
|
|
c71d2c846c
|
sane.fs: symlink files into place using systemd.tmpfiles
|
2024-09-30 05:43:51 +00:00 |
|
|
c9d5d3eeca
|
refactor: modules/users: dont hardcode $HOME
|
2024-09-29 07:17:00 +00:00 |
|
|
5857bdcc81
|
persist: remove the unused "initrd" store
|
2024-09-28 14:25:40 +00:00 |
|
|
d7c26b736c
|
remove all users of sane.fs.*.generated (except derived-secrets, that comes later)
this will allow me to reduce the scope of sane.fs, and then optimize it to not create a systemd service per each entry
|
2024-09-28 14:25:40 +00:00 |
|
|
aa7e1dfd33
|
refactor: modules/data/feeds: fewer file-level inherits
|
2024-09-28 09:55:12 +00:00 |
|
|
d073250032
|
users: switch to systemd services by default
|
2024-09-28 03:38:46 +00:00 |
|
|
edb665abd0
|
users: add a systemd backend for managing services
|
2024-09-28 03:38:46 +00:00 |
|
|
3bbec161bf
|
servo: fix clightning service
|
2024-09-27 15:50:53 +00:00 |
|
|
6d0a2d63fc
|
users: make the service manager partly configurable
|
2024-09-25 15:39:57 +00:00 |
|