diff options
| author | Fuwn <[email protected]> | 2024-10-26 13:56:18 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-26 13:56:18 -0700 |
| commit | e7da0d538fa1f709fe295110976ebae0329fa024 (patch) | |
| tree | 203055e9cef2090ff55cc0f0edb754e812fc8f31 /parts | |
| parent | home: fill out mpv configuration (diff) | |
| download | nixos-config-e7da0d538fa1f709fe295110976ebae0329fa024.tar.xz nixos-config-e7da0d538fa1f709fe295110976ebae0329fa024.zip | |
hosts: initialise simple kioku configuration
Diffstat (limited to 'parts')
| -rw-r--r-- | parts/just.nix | 4 |
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 |