diff --git a/nixos/telperion/configuration.nix b/nixos/telperion/configuration.nix index 9949386..9f44162 100644 --- a/nixos/telperion/configuration.nix +++ b/nixos/telperion/configuration.nix @@ -68,10 +68,12 @@ }; # Matchbox Server for PXE booting via device profiles + users.groups.matchbox = {}; users.users = { matchbox = { group = "matchbox"; home = "matchbox"; + isSystemUser = true; }; };