ma gui/look-up: fix refactoring
This commit is contained in:
parent
3c128dcf1f
commit
4d5fc746d1
|
@ -1,5 +1,8 @@
|
|||
{pkgs, ... }:
|
||||
{
|
||||
{pkgs, config, ... }:
|
||||
let
|
||||
user = config.krebs.build.user.name;
|
||||
in
|
||||
{
|
||||
systemd.services.look-up = {
|
||||
startAt = "*:30";
|
||||
serviceConfig = {
|
||||
|
|
Loading…
Reference in a new issue