remove muneem because we can't deploy it
This commit is contained in:
@@ -150,7 +150,7 @@
|
|||||||
base = [ core users.root users.anish ];
|
base = [ core users.root users.anish ];
|
||||||
sealight = [ base server metrics gitea rss-bridge mount-mossnet ];
|
sealight = [ base server metrics gitea rss-bridge mount-mossnet ];
|
||||||
lituus = [ base server metrics sealight-website matrix wireguard-server ];
|
lituus = [ base server metrics sealight-website matrix wireguard-server ];
|
||||||
mossnet = [ base server taskd shaarli dns monitoring nfs gonic headphones radicale seafile syncthing dhyan calibre wallabag finance muneem ]; # hpi sync.music
|
mossnet = [ base server taskd shaarli dns monitoring nfs gonic headphones radicale seafile syncthing dhyan calibre wallabag finance ]; # hpi sync.music muneem
|
||||||
cube = [ base site server ];
|
cube = [ base site server ];
|
||||||
graphical = [ base bluetooth music sync.kitaab sync.website sync.cal wifi desktop mimetypes ];
|
graphical = [ base bluetooth music sync.kitaab sync.website sync.cal wifi desktop mimetypes ];
|
||||||
curve = [ graphical secrets syncthing ];
|
curve = [ graphical secrets syncthing ];
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
chromedriver
|
chromedriver
|
||||||
chromium
|
chromium
|
||||||
];
|
];
|
||||||
startAt = "Thu *03:00:00";
|
startAt = "Thu 03:00:00";
|
||||||
script = ''
|
script = ''
|
||||||
cd /home/anish/usr/muneem
|
cd /home/anish/usr/muneem
|
||||||
source .envrc
|
source .envrc
|
||||||
@@ -30,6 +30,6 @@
|
|||||||
systemd.timers.muneem = {
|
systemd.timers.muneem = {
|
||||||
wantedBy = [ "timers.target" ];
|
wantedBy = [ "timers.target" ];
|
||||||
partOf = [ "muneem.service" ];
|
partOf = [ "muneem.service" ];
|
||||||
timerConfig.OnCalendar = [ "Thu *03:00:00" ];
|
timerConfig.OnCalendar = [ "Thu 03:00:00" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user