mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-01-15 13:01:57 +00:00
12 lines
344 B
Makefile
12 lines
344 B
Makefile
mod? nix "~/.config/nix"
|
|
|
|
default:
|
|
@just -g --list
|
|
|
|
update-homeserver:
|
|
ssh homeserver just -g nix prebuild
|
|
ssh root@homeserver chown -R root:nixcfg /home/cianh/.config/nix/
|
|
ssh root@homeserver just -g update-root
|
|
ssh root@homeserver chown -R cianh:nixcfg /home/cianh/.config/nix/
|
|
ssh homeserver just -g nix _update-home
|