Reformat nixos/common/users.nix

Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
magic_rb 2024-03-30 14:55:51 +01:00
parent 4818571d9e
commit 0c6299e747
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -1,4 +1,8 @@
{secret, ...}: {
{
secret,
pkgs,
...
}: {
users = {
mutableUsers = false;