Open KerryCerqueira opened 4 months 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.
<hostname>
panza
potato
&submodules=1
Should be straightforward enough to run flake update and commit that change... maybe exclusively on the remote as a git workflow?
flake update
Probably this script or whatever should be deployed to PATH too.
System update can be run in a one-liner with
nixos-rebuild switch --flake 'github:KerryCerqueira/nixos-config?ref=master#<hostname>
where
<hostname>
ispanza
orpotato
, 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.