summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-03-10 01:02:44 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2017-03-10 01:02:44 +0100
commit65750f6a2e08be179c716fd676654acc419071e0 (patch)
treeb10219f82194213a6a055213612a30990e4e4885 /bragi.nix
parent2ead8126253b9737ec9a78e3d3d4b52904a8835c (diff)
downloadnixos-65750f6a2e08be179c716fd676654acc419071e0.tar
nixos-65750f6a2e08be179c716fd676654acc419071e0.tar.gz
nixos-65750f6a2e08be179c716fd676654acc419071e0.tar.bz2
nixos-65750f6a2e08be179c716fd676654acc419071e0.tar.xz
nixos-65750f6a2e08be179c716fd676654acc419071e0.zip
Typo
Diffstat (limited to 'bragi.nix')
-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 = "~";