remove muneem because we can't deploy it
This commit is contained in:
@@ -150,7 +150,7 @@
|
||||
base = [ core users.root users.anish ];
|
||||
sealight = [ base server metrics gitea rss-bridge mount-mossnet ];
|
||||
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 ];
|
||||
graphical = [ base bluetooth music sync.kitaab sync.website sync.cal wifi desktop mimetypes ];
|
||||
curve = [ graphical secrets syncthing ];
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
chromedriver
|
||||
chromium
|
||||
];
|
||||
startAt = "Thu *03:00:00";
|
||||
startAt = "Thu 03:00:00";
|
||||
script = ''
|
||||
cd /home/anish/usr/muneem
|
||||
source .envrc
|
||||
@@ -30,6 +30,6 @@
|
||||
systemd.timers.muneem = {
|
||||
wantedBy = [ "timers.target" ];
|
||||
partOf = [ "muneem.service" ];
|
||||
timerConfig.OnCalendar = [ "Thu *03:00:00" ];
|
||||
timerConfig.OnCalendar = [ "Thu 03:00:00" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user