From 6866226eaef8bb4202f54bc6fdcf18cbc62e5a1c Mon Sep 17 00:00:00 2001 From: Inex Code Date: Wed, 27 Nov 2024 14:12:36 +0300 Subject: [PATCH] fix: Systemd slice name --- nixos/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/module.nix b/nixos/module.nix index 31a5678..82d1f55 100644 --- a/nixos/module.nix +++ b/nixos/module.nix @@ -91,7 +91,7 @@ in Slice = "selfprivacy_api.slice"; }; }; - systemd.slices."selfprivacy_api.slice" = { + systemd.slices."selfprivacy_api" = { name = "selfprivacy_api.slice"; description = "Slice for SelfPrivacy API services"; };