summaryrefslogtreecommitdiff
path: root/parts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-26 13:56:18 -0700
committerFuwn <[email protected]>2024-10-26 13:56:18 -0700
commite7da0d538fa1f709fe295110976ebae0329fa024 (patch)
tree203055e9cef2090ff55cc0f0edb754e812fc8f31 /parts
parenthome: fill out mpv configuration (diff)
downloadnixos-config-e7da0d538fa1f709fe295110976ebae0329fa024.tar.xz
nixos-config-e7da0d538fa1f709fe295110976ebae0329fa024.zip
hosts: initialise simple kioku configuration
Diffstat (limited to 'parts')
-rw-r--r--parts/just.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/parts/just.nix b/parts/just.nix
index 26cdb05..509d2ff 100644
--- a/parts/just.nix
+++ b/parts/just.nix
@@ -30,10 +30,10 @@
restore:
git restore --staged . && git restore .
- deploy hostname user='root':
+ deploy hostname user='root' ip=hostname:
git add . && nixos-rebuild \
--flake .#{{hostname}} \
- --target-host {{user}}@{{hostname}} \
+ --target-host {{user}}@{{ip}} \
--use-remote-sudo \
switch