Move more things around

This commit is contained in:
Bun 2025-03-14 18:38:41 -04:00
parent 36c3f778c8
commit 94c28dbb8b
11 changed files with 17 additions and 26 deletions

View file

@ -1,6 +1,6 @@
{ config, lib, ... }:
{
users = lib.mkIf config.system.socialserver.enable {
users = lib.mkIf config.systemd.services.spacebar-server.enable {
users.spacebar = {
group = "spacebar";
isSystemUser = true;