Set the release node to allow multi-user use

This commit is contained in:
bluepython508
2024-09-23 10:00:50 +01:00
parent 0172c68e09
commit 5e65fad33d
3 changed files with 3 additions and 2 deletions

View File

@@ -50,7 +50,7 @@
systemd.user.services.frajtano = {
Unit.Description = "frajtano";
Unit.After = ["default.target"];
Service.Environment = "'FRAJTANO_DIR=${cfg.dir}'";
Service.Environment = ["'FRAJTANO_DIR=${cfg.dir}'"];
Service.ExecStart = "${self.packages.${pkgs.system}.default}/bin/frajtano start";
Install.WantedBy = ["default.target"];
};