configuration: no mutable users

This commit is contained in:
Antoine Martin 2021-02-05 22:36:55 +01:00
parent e7614d458e
commit 984b0e02c6

View file

@ -42,6 +42,7 @@
];
# Define a user account.
users.mutableUsers = false;
users.users.root = {
hashedPassword = lib.fileContents ./secrets/shadow-hashed-password-root;
};