mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-07 22:20:33 +02:00
4 lines
53 B
Nix
4 lines
53 B
Nix
{ username }:
|
|
{
|
|
users.users."${username}" = { };
|
|
}
|