From e18e720bb41cbc43645a9e77b1262dd3d08b4e71 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 4 Feb 2025 19:44:46 +0100 Subject: modules/nix-sync: Actually enable This includes the obvious changes, ensuring that it follows our current best-practices. --- modules/by-name/co/constants/module.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/by-name/co/constants') diff --git a/modules/by-name/co/constants/module.nix b/modules/by-name/co/constants/module.nix index b344fcd..fed14d3 100644 --- a/modules/by-name/co/constants/module.nix +++ b/modules/by-name/co/constants/module.nix @@ -25,6 +25,7 @@ nscd = 330; sshd = 331; systemd-oom = 332; + nix-sync = 334; redis-peertube = 990; peertube = 992; # TODO Sort correctly mastodon = 996; @@ -47,6 +48,7 @@ sshd = 331; systemd-oom = 332; resolvconf = 333; # This group is not matched to an user? + nix-sync = 334; systemd-coredump = 151; # matches systemd-coredump user redis-peertube = 990; peertube = 992; -- cgit 1.4.1