Post #1526664
2026-04-15 22:21 UTC
@paul nixos-rebuild can target remote systems as well as local. Here's what I use to push a flake.nix and configuration.nix (well, not the files themselves but the built configuration) onto a cloud server:
`nixos-rebuild --target-host root@myproject.com --flake .#myproject switch`
Replies (1)
-
@paul@notnull.space 2026-04-16 07:30
@pr06lefs@mastodon.social interesting. Thanks. May give that a go!