updated the updater

This commit is contained in:
naturallaw77 2023-12-01 21:09:58 -08:00
parent 01fa00f5e7
commit 80e5f540f4

View File

@ -6,7 +6,9 @@ systemd.services.Sovran_SystemsOS_Light_Updater = {
script = ''
cd /etc/nixos && flatpak update && nix flake update && nixos-rebuild switch
flatpak update
cd /etc/nixos && nix flake update && nixos-rebuild switch
'';