chore: replace deploy-rs with nixinate

This commit is contained in:
uku 2024-06-23 22:48:22 +02:00
parent d6b34b37e4
commit fca8b6d29c
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
7 changed files with 63 additions and 102 deletions

View file

@ -1,4 +1,12 @@
{
{config, ...}: {
_module.args.nixinate = {
host = config.networking.hostName;
sshUser = "root";
buildOn = "remote";
substituteOnTarget = true;
hermetic = true;
};
services = {
tailscale.extraUpFlags = ["--advertise-exit-node"];