about summary refs log tree commit diff
path: root/modules/system/users
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/users')
-rw-r--r--modules/system/users/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/system/users/default.nix b/modules/system/users/default.nix
index 3086f18..98e9801 100644
--- a/modules/system/users/default.nix
+++ b/modules/system/users/default.nix
@@ -2,7 +2,8 @@
 let
   groupExists = grp: builtins.hasAttr grp config.users.groups;
   groupsIfExist = builtins.filter groupExists;
-in {
+in
+{
   # Users are managed through this configuration. If a user is added
   # manually, it will be removed on system activation.
   users.mutableUsers = false;