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:
Griffin Smith 2021-01-19 10:48:11 -05:00 committed by glittershark
parent 0176a9e300
commit 323932ee6c

View file

@ -98,12 +98,6 @@
item = "nofile";
value = "65535";
}
{
domain = "grfn";
type = "hard";
item = "nofile";
value = "unlimited";
}
];
security.pam.services = {