Secrets and syncthing

This commit is contained in:
2025-12-01 00:54:10 -05:00
parent a0edf5e24b
commit 6a690d6fed
6 changed files with 115 additions and 4 deletions

View File

@ -30,6 +30,7 @@
mpv
vlc
moonlight-qt
#inputs.ragenix.packges.${system}.default
# htop
#inputs.baballonia.${system}.default
@ -48,6 +49,11 @@
stardust-xr-atmosphere
];
# importing secrets
age.secrets = {
syncthing_tin.file = ./secrets/syncthing_tin.age;
syncthing_nicrosil.file = ./secrets/syncthing_nicrosil.age;
};
# Wayvr customization
xdg.configFile."wlxoverlay/openxr_actions.json5" = {
@ -82,7 +88,7 @@ dashboard:
],
"runtime" :
[
"${pkgs.opencomposite}/lib/opencomposite"
"${pkgs.xrizer}/lib/xrizer"
],
"version" : 1
}
@ -124,4 +130,5 @@ dashboard:
xdg.configFile."kitty/kitty.conf".source = ./xdg/kitty/kitty.conf;
home.file.".zshrc".source = xdg/zshrc;
services.syncthing = import ./syncthing.nix { config = config; };
}