Merge branch 'main' into storage-refactor

This commit is contained in:
Leyla Becker 2026-03-07 10:41:38 -06:00
commit 1289462220
13 changed files with 4324 additions and 52 deletions

View file

@ -41,6 +41,7 @@ in {
openrgb.enable = hardware.openRGB.enable;
via.enable = hardware.viaKeyboard.enable;
claude-code.enable = osConfig.host.ai.enable;
opencode.enable = osConfig.host.ai.enable;
davinci-resolve.enable = hardware.graphicsAcceleration.enable;
mfoc.enable = true;
})

View file

@ -58,6 +58,9 @@ in {
nearley.enable = true;
# graphql
graphql.enable = true;
# astro development
vscodeMdx.enable = true;
astroVscode.enable = true;
@ -73,11 +76,11 @@ in {
rustAnalyzer.enable = true;
# arduino development
platformIO.enable = true;
platformIO.enable = false;
# claude development
claudeDev = lib.mkIf ai-tooling-enabled {
enable = true;
enable = false;
mcp = {
nixos = {
enable = true;

View file

@ -144,6 +144,7 @@
Endpoint = "185.230.126.146:51820";
# Allow all traffic but use policy routing to prevent system-wide VPN
AllowedIPs = ["0.0.0.0/0"];
PersistentKeepalive = 25;
}
];
};
@ -339,7 +340,7 @@
};
actual = {
enable = true;
enable = false;
domain = "budget.jan-leila.com";
impermanence.enable = false;
};