diff options
| -rw-r--r-- | configuration.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index e3ba91d5..881ffd82 100644 --- a/configuration.nix +++ b/configuration.nix @@ -1,5 +1,10 @@ { config, pkgs, ... }: +# rollback to a previously working channel version, useful +# when "doas nixos-rebuild switch --upgrade" breaks: +# +# $ doas nix-channel --rollback + let log-redirect = name: ">> /tmp/cron-dbg.${name}.euandreh.log 2>&1"; cron-for-name = prefix: name: cron: |
