velocity: remove udp 10000, remove home directory from user
This commit is contained in:
parent
58595866af
commit
d66b0162d1
1 changed files with 1 additions and 7 deletions
|
|
@ -13,19 +13,13 @@
|
||||||
|
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
allowedTCPPorts = [ 10000 ];
|
allowedTCPPorts = [ 10000 ];
|
||||||
allowedUDPPorts = [
|
allowedUDPPorts = [ 19132 ]; # for geyser
|
||||||
10000
|
|
||||||
19132 # for geyser
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
users = {
|
users = {
|
||||||
users.velocity = {
|
users.velocity = {
|
||||||
group = "velocity";
|
group = "velocity";
|
||||||
isSystemUser = true;
|
isSystemUser = true;
|
||||||
|
|
||||||
home = "/var/lib/velocity";
|
|
||||||
createHome = true;
|
|
||||||
};
|
};
|
||||||
groups.velocity = {};
|
groups.velocity = {};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue