no nixondroid + deploy hugo

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-06-17 15:11:27 +02:00
parent 7952492672
commit 30f5ee6a3a
3 changed files with 17 additions and 26 deletions

View File

@@ -1,11 +1,11 @@
{ pkgs, ... }:
{ pkgs, hyper, ... }:
{
home.packages = [
(pkgs.writeShellApplication {
name = "nx_backup";
runtimeInputs = [ ];
text = let
web-root = "/var/nginx/webroot";
web-root = hyper.webroot;
gitea-backup = "/var/backup/gitea";
postgres-backup = "/var/backup/postgresql";
in /* bash */ ''