feat: lsp change, pocketid key, hyprland changes

This commit is contained in:
2026-04-12 01:22:21 -04:00
parent c46ccff5c9
commit 5e886ee875
8 changed files with 26 additions and 10 deletions

View File

@@ -9,6 +9,11 @@
UI_CONFIG_DISABLED = true;
APP_NAME = config.oauth.name;
};
credentials = {
ENCRYPTION_KEY = config.sops.secrets."pocket-id-encryption-key".path;
};
};
}

View File

@@ -20,6 +20,10 @@
"tunnel-credentials" = {};
"admin-password" = {};
"pocket-id-encryption-key" = {
owner = config.services.pocket-id.user;
};
"waka-password-salt" = {
owner = config.users.users.wakapi.name;
};