KerryCerqueira / nixos-config

My NixOS system configurations.
1 stars 0 forks source link

Deploy some workflow to update system and lockfile commit #24

Open KerryCerqueira opened 4 months ago

KerryCerqueira commented 1 month ago

System update can be run in a one-liner with

nixos-rebuild switch --flake 'github:KerryCerqueira/nixos-config?ref=master#<hostname>

where <hostname> is panza or potato, etc., but be sure to add &submodules=1 in case #41 ever gets resolved.

Should be straightforward enough to run flake update and commit that change... maybe exclusively on the remote as a git workflow?

Probably this script or whatever should be deployed to PATH too.