nixos/renovate: Add note about linting systemd scripts

This commit is contained in:
Victor Engmark 2025-01-12 13:09:16 +01:00
parent fac375256d
commit 9ec8ebf5ff
No known key found for this signature in database

View File

@ -31,6 +31,8 @@ import ./make-test-python.nix (
enable = true;
settings.server.HTTP_PORT = 3000;
};
# Uncomment the next line to lint service scripts (Note: breaks VM startup; see #373166)
#systemd.enableStrictShellChecks = true;
};
testScript = ''