nix-config/hosts/shawarma/configuration.nix
2025-08-06 11:44:06 +02:00

4 lines
53 B
Nix

{ username }:
{
users.users."${username}" = { };
}