parent
4bbb51ef42
commit
526d91e10d
13 changed files with 161 additions and 93 deletions
|
|
@ -1,8 +1,6 @@
|
|||
{ flakes, pkgs,... }:
|
||||
{ flakes, pkgs, ... }:
|
||||
let
|
||||
totpal =
|
||||
flakes.totpal.packages.${pkgs.system}.default
|
||||
;
|
||||
totpal = flakes.totpal.packages.${pkgs.system}.default;
|
||||
in
|
||||
{
|
||||
services.nginx = {
|
||||
|
|
@ -17,12 +15,11 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
systemd.services.totpal =
|
||||
{
|
||||
description = "totpal";
|
||||
serviceConfig = {
|
||||
Type = "simple";
|
||||
ExecStart = "${totpal}/bin/totpal";
|
||||
};
|
||||
systemd.services.totpal = {
|
||||
description = "totpal";
|
||||
serviceConfig = {
|
||||
Type = "simple";
|
||||
ExecStart = "${totpal}/bin/totpal";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue