new bin name for homepage
This commit is contained in:
parent
3919c5f2d4
commit
12718077d8
|
@ -58,11 +58,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1711535911,
|
"lastModified": 1712669985,
|
||||||
"narHash": "sha256-SzgDrsyBskLyipFzsKwPOKP9FMgGB+6tUQ0VpeGQ/1Y=",
|
"narHash": "sha256-fmd3xOIM0upqexDJlFQHipi7LNES+/RoN7VHIrGK7EM=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "80221fa4d735fbc232d97d3384c8af0e40a4e331",
|
"rev": "db7de53f0f029d96055050f474544b96cf7bf904",
|
||||||
"revCount": 9,
|
"revCount": 23,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.sondell.org/glennwso/home.git"
|
"url": "https://git.sondell.org/glennwso/home.git"
|
||||||
},
|
},
|
||||||
|
|
|
@ -13,7 +13,7 @@ in
|
||||||
After="network-online.target";
|
After="network-online.target";
|
||||||
};
|
};
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = "${homepage}/bin/homepage -p ${port}";
|
ExecStart = "${homepage}/bin/home-prod -p ${port}";
|
||||||
User= "sondell";
|
User= "sondell";
|
||||||
Type= "simple";
|
Type= "simple";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue