reNixos/viola/systemd/tmpfiles/rules.nix
s0me1newithhand7s 793b14918a viola: upstream
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
2026-03-25 18:48:47 +03:00

9 lines
91 B
Nix

_: {
systemd = {
tmpfiles = {
rules = [
# chaos
];
};
};
}