VEGAS/minecraft: force group
This commit is contained in:
parent
52f71318dc
commit
66d5821897
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@
|
||||||
ExecStart = lib.mkForce "/var/lib/minecraft/start.sh";
|
ExecStart = lib.mkForce "/var/lib/minecraft/start.sh";
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.minecraft.group = "minecraft-sftp";
|
users.users.minecraft.group = lib.mkForce "minecraft-sftp";
|
||||||
users.groups.minecraft-sftp = {};
|
users.groups.minecraft-sftp = {};
|
||||||
services.openssh.extraConfig = ''
|
services.openssh.extraConfig = ''
|
||||||
Match Group minecraft-sftp
|
Match Group minecraft-sftp
|
||||||
|
|
Loading…
Add table
Reference in a new issue