commit df67719d5ad3469908e7e41134ce2622c1f4fad8
parent 8308669f9a6938ab91160ad08904895e9aa25a1a
Author: mtmn <miro@haravara.org>
Date: Wed, 3 Jun 2026 00:15:34 +0200
chore: reorder, openrsync, etc.
Diffstat:
5 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/hosts/void/default.nix b/hosts/void/default.nix
@@ -68,6 +68,8 @@
syncthing
tarsnap
spiped
+ rsync
+ openrsync
]
(with python314Packages; [yt-dlp-ejs])
];
diff --git a/hosts/void/overlays/config/shell/rc/void b/hosts/void/overlays/config/shell/rc/void
Binary files differ.
diff --git a/justfile b/justfile
@@ -11,7 +11,7 @@ deploy host="nixaran":
@backup -t git:nix
NH_ELEVATION_STRATEGY=none nh os switch . --hostname {{ host }} --target-host root@{{ host }} --build-host root@{{ host }}
-local:
+home:
-@backup -t git:nix
nh home switch .
diff --git a/modules/mixins/core/default.nix b/modules/mixins/core/default.nix
@@ -17,7 +17,6 @@
];
net = [
- rsync
wget
curl
];
diff --git a/modules/mixins/dotfiles/config/shell/rc/aliased-short-names b/modules/mixins/dotfiles/config/shell/rc/aliased-short-names
@@ -105,7 +105,12 @@ alias npa='nix profile add'
alias npl='nix profile list'
alias npu='nix profile upgrade'
-alias hms='just --justfile ~/src/sr.ht/nix/justfile local'
+alias hms='just --justfile ~/src/sr.ht/nix/justfile home'
+alias hmd='just --justfile ~/src/sr.ht/nix/justfile diff'
+
+alias nmdr='just --justfile ~/src/sr.ht/nix/justfile diffr'
+alias ndpj='just --justfile ~/src/sr.ht/nix/justfile deploy'
+
alias nn='~/src/sr.ht/napkins/nn'
alias amsp='mpva https://radio.stereoscenic.com/asp-s --no-resume-playback'
@@ -125,12 +130,11 @@ alias chomp='perl -pe chomp'
alias ju='just'
alias rnj='just run'
+alias dfj='just diff'
alias cej='just check'
alias bdj='just build'
alias dpj='just deploy'
-alias dfj='just diff'
-alias dfrj='just diffr'
alias bexec='bundle exec'
alias brake='bexec rake'