We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 777e8fa commit e60be22Copy full SHA for e60be22
servers/alzirr/deployment.nix
@@ -13,6 +13,12 @@ in
13
regularUsers = [ "diogo" ];
14
};
15
16
+ users.users.swampwalk = {
17
+ isNormalUser = true;
18
+ group = "users";
19
+ linger = true;
20
+ };
21
+
22
environment.systemPackages = with pkgs; [
23
stack
24
git
@@ -36,7 +42,7 @@ in
36
42
path = [ "/run/wrappers" ];
37
43
serviceConfig = {
38
44
Restart = "on-failure";
39
- User = "sweater";
45
+ User = "swampwalk";
40
46
Group = "users";
41
47
ExecStart = "${swampwalk2-profile}/bin/swampwalk-server";
48
0 commit comments