about summary refs log tree commit diff
path: root/nixos/modules/services/networking/scion/scion-router.nix
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-06-29 10:13:13 +0300
committerK900 <me@0upti.me>2024-06-29 10:13:13 +0300
commitbde999c03ef22ee707b0d34e9503193252c3eb90 (patch)
treecd19946fa3b31482c480e394e67570ae6171c6ab /nixos/modules/services/networking/scion/scion-router.nix
parente335319c8289917236a7c53beda15169def0b1a1 (diff)
parent3c2eabf5a1682f1ea721bc43e58faf652ec3112d (diff)
Merge branch 'master' into staging-next
Diffstat (limited to 'nixos/modules/services/networking/scion/scion-router.nix')
-rw-r--r--nixos/modules/services/networking/scion/scion-router.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/scion/scion-router.nix b/nixos/modules/services/networking/scion/scion-router.nix
index 3579005a429ed..2cac44ab767ef 100644
--- a/nixos/modules/services/networking/scion/scion-router.nix
+++ b/nixos/modules/services/networking/scion/scion-router.nix
@@ -42,7 +42,7 @@ in
         ExecStart = "${pkgs.scion}/bin/scion-router --config ${configFile}";
         Restart = "on-failure";
         DynamicUser = true;
-        StateDirectory = "scion-router";
+        RuntimeDirectory = "scion-router";
       };
     };
   };