updated the nix files
This commit is contained in:
parent
92cd935221
commit
d71df2f73b
@ -1,7 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
cd /home/free/Downloads
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### SCRIPT 1 ####
|
#### SCRIPT 1 ####
|
||||||
|
@ -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" ];
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user