aboutsummaryrefslogtreecommitdiffstats
path: root/modules/vhack/dh/dhcpcd/module.nix (unfollow)
Commit message (Collapse)Author
2026-07-30modules: Use namespacesBenedikt Peetz
That might make it easier in the future to merge different server configs together (and thusly facilitate code-reuse.).
2024-12-25fix(modules/dhcpcd): Also set uid/gid for the `dhcpcd` userBenedikt Peetz
Otherwise, this user's/group's owned files/directories could change when a new user is added or removed, as we do not persist `/var/lib/nixos`.