no nixondroid + deploy hugo
This commit is contained in:
@@ -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 */ ''
|
||||
|
||||
Reference in New Issue
Block a user