aboutsummaryrefslogtreecommitdiff
path: root/nix/modules
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-11-15 12:21:15 -0800
committerFranck Cuny <franck@fcuny.net>2025-11-15 12:21:15 -0800
commit175c073a74736c7e71eb2b8146b183b019da0b47 (patch)
tree9462cc61b3e143da37ac096808d578293152b1ed /nix/modules
parentremove goget as a package and switch to fcuny-net instead (diff)
downloadx-175c073a74736c7e71eb2b8146b183b019da0b47.tar.gz
fix name of systemd unit for fcuny-net
Diffstat (limited to 'nix/modules')
-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" ];