aboutsummaryrefslogtreecommitdiff
path: root/nix/modules
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nix/modules/fcuny.net.nix2
1 files changed, 1 insertions, 1 deletions
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" ];