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 = {
|
||||
allowedTCPPorts = [ 10000 ];
|
||||
allowedUDPPorts = [
|
||||
10000
|
||||
19132 # for geyser
|
||||
];
|
||||
allowedUDPPorts = [ 19132 ]; # for geyser
|
||||
};
|
||||
|
||||
users = {
|
||||
users.velocity = {
|
||||
group = "velocity";
|
||||
isSystemUser = true;
|
||||
|
||||
home = "/var/lib/velocity";
|
||||
createHome = true;
|
||||
};
|
||||
groups.velocity = {};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue