diff options
author | Linnnus <[email protected]> | 2023-10-01 19:20:04 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-10-01 19:20:04 +0200 |
commit | bb5319539738e39fd4c5412ffff2acb97369e9c3 (patch) | |
tree | 39d46cd5fa2a51bc921e00aa0e120bb0543ccc86 /services/default.nix | |
parent | 280aa48893458f0ae980c87fed5e733373ccec9d (diff) |
Move push-notifications-api service definition to own flake
Diffstat (limited to 'services/default.nix')
-rw-r--r-- | services/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/services/default.nix b/services/default.nix index 39e030b..995ca27 100644 --- a/services/default.nix +++ b/services/default.nix @@ -9,6 +9,5 @@ [ ./on-demand-minecraft ./duksebot - ./push-notification-api ]; } |