2023-09-07 12:47:33 +10:00
|
|
|
{
|
2024-07-24 19:05:26 +10:00
|
|
|
imports = [ ../shared/builder.nix ];
|
2023-09-07 12:47:33 +10:00
|
|
|
|
|
|
|
nix.gc.dates = "hourly";
|
2023-09-06 09:24:25 +10:00
|
|
|
|
|
|
|
# Bump the open files limit so that non-root users can run NixOS VM tests
|
|
|
|
security.pam.loginLimits = [
|
2024-07-24 19:05:26 +10:00
|
|
|
{
|
|
|
|
domain = "*";
|
|
|
|
item = "nofile";
|
|
|
|
type = "-";
|
|
|
|
value = "20480";
|
|
|
|
}
|
2023-09-06 09:24:25 +10:00
|
|
|
];
|
2023-09-07 12:47:33 +10:00
|
|
|
}
|