nixos/gdomap: fix eval
This commit is contained in:
parent
d4bcfeeb1a
commit
614404df3e
@ -24,8 +24,8 @@
|
||||
description = "gdomap server";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "network.target" ];
|
||||
path = [ pkgs.gnustep.base ];
|
||||
serviceConfig.ExecStart = "${pkgs.gnustep.base}/bin/gdomap -f";
|
||||
path = [ pkgs.gnustep-base ];
|
||||
serviceConfig.ExecStart = "${pkgs.gnustep-base}/bin/gdomap -f";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user