updated the updater
This commit is contained in:
parent
c16c64b164
commit
d5cacacd15
@ -6,7 +6,15 @@ systemd.services.Sovran_SystemsOS_Light_Updater = {
|
||||
|
||||
script = ''
|
||||
|
||||
cd /etc/nixos && nix flake update && nixos-rebuild switch
|
||||
flatpak update
|
||||
|
||||
pushd /etc/nixos
|
||||
|
||||
nix flake update
|
||||
|
||||
nixos-rebuild switch
|
||||
|
||||
popd
|
||||
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user