From 175c073a74736c7e71eb2b8146b183b019da0b47 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 15 Nov 2025 12:21:15 -0800 Subject: fix name of systemd unit for fcuny-net --- nix/modules/fcuny.net.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix/modules') diff --git a/nix/modules/fcuny.net.nix b/nix/modules/fcuny.net.nix index 39f5bef..eaab7d2 100644 --- a/nix/modules/fcuny.net.nix +++ b/nix/modules/fcuny.net.nix @@ -30,7 +30,7 @@ in }; config = mkIf cfg.enable { - systemd.services.fcuny.net = { + systemd.services.fcuny-net = { description = "fcuny.net service"; wantedBy = [ "multi-user.target" ]; after = [ "network.target" ]; -- cgit v1.2.3