commit | 99fbd703e27ffe7329f1ad195b85342b8a98555e | [log] [tgz] |
---|---|---|
author | Skyler Grey <minion@clicks.codes> | Mon Mar 11 00:04:20 2024 +0000 |
committer | Samuel Shuert <coded@clicks.codes> | Fri Mar 22 22:10:02 2024 +0000 |
tree | 22222558cff65b91fa61a6043aac09a7cc256905 | |
parent | 82e0942cc52d29c98bbd2c56f2c82b9984798429 [diff] |
nix flake update To use parsedmarc, we need the latest versions of everything (plus, staying up-to-date has its own benefits). It seems that this update also updates nix to a version where overlays can no longer take a functor, so I have wrapped the frappix overlays in a function to workaround this issue Change-Id: Ia029232ad605783b304251c4182ec017c209c0c3 Reviewed-on: https://git.clicks.codes/c/Infra/NixFiles/+/541 Tested-by: Skyler Grey <minion@clicks.codes> Reviewed-by: Samuel Shuert <coded@clicks.codes>
To deploy these files to our server we use deploy-rs. If you've got a flakes-enabled nix installed on your system you can run
nix run github:serokell/deploy-rs
You can also install deploy-rs to your profile, at which point you'll be able to run
deploy
Secrets are stored in SOPS and deployed using scalpel.
If you have a service which needs to store secrets in its config file, please set systemd reloadTriggers and restartTriggers to automatically reload/restart the service whenever the configuration changes.
It's notable that changing the secrets will not trigger a reload/restart of the service. If you want to update the secrets without updating the rest of the configuration you currently need to manually restart the service. It's possible that this could be solved by using systemd paths to watch the files (see https://superuser.com/questions/1171751/restart-systemd-service-automatically-whenever-a-directory-changes-any-file-ins) but this is not a priority