chore: nix fmt

This commit is contained in:
Ryan Yin
2023-12-23 21:39:51 +08:00
parent e61116140d
commit 7dd55a5de9
7 changed files with 21 additions and 26 deletions

View File

@@ -1,4 +1,8 @@
{username, config, ...}: {
{
username,
config,
...
}: {
# Don't allow mutation of users outside the config.
users.mutableUsers = false;