diff --git a/configs/workhorse/property.nix b/configs/workhorse/property.nix index d807f45..169f2c2 100644 --- a/configs/workhorse/property.nix +++ b/configs/workhorse/property.nix @@ -1,6 +1,6 @@ { lib, pkgs, config, ... }: { - users.users.property = { }; + users.users.property = { isSystemUser = true; }; systemd.services.property = { enable = true;