fix(gs/system): Don't try to set hard fd limit
This gives a permission denied error when I try to log in Change-Id: Ibb9a66bb0ccec5fdf6839dd38ffd7e0a782687d6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2425 Reviewed-by: glittershark <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
0176a9e300
commit
323932ee6c
1 changed files with 0 additions and 6 deletions
|
@ -98,12 +98,6 @@
|
|||
item = "nofile";
|
||||
value = "65535";
|
||||
}
|
||||
{
|
||||
domain = "grfn";
|
||||
type = "hard";
|
||||
item = "nofile";
|
||||
value = "unlimited";
|
||||
}
|
||||
];
|
||||
|
||||
security.pam.services = {
|
||||
|
|
Loading…
Reference in a new issue