updated the nix files
This commit is contained in:
@ -1,26 +0,0 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
|
||||
systemd.services.Sovran_SystemsOS_Light_Updater = {
|
||||
|
||||
script = ''
|
||||
|
||||
flatpak update
|
||||
|
||||
'';
|
||||
|
||||
unitConfig = {
|
||||
Type = "simple";
|
||||
};
|
||||
|
||||
serviceConfig = {
|
||||
RemainAfterExit = "no";
|
||||
Type = "oneshot";
|
||||
};
|
||||
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
|
||||
};
|
||||
|
||||
}
|
Reference in New Issue
Block a user