summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bragi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bragi.nix b/bragi.nix
index f5774548..e1ac5d20 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -307,7 +307,7 @@ in rec {
307 path = [ config.nix.package.out ]; 307 path = [ config.nix.package.out ];
308 serviceConfig = { 308 serviceConfig = {
309 Type = "simple"; 309 Type = "simple";
310 execStart = ./bragi/bar.hs; 310 ExecStart = ./bragi/bar.hs;
311 User = users.extraUsers."bar".name; 311 User = users.extraUsers."bar".name;
312 Group = users.extraUsers."bar".group; 312 Group = users.extraUsers."bar".group;
313 WorkingDirectory = "~"; 313 WorkingDirectory = "~";