Ryan Yin
2023-12-09 14:18:19 +08:00
parent ec1747707b
commit c170e251ac
8 changed files with 51 additions and 51 deletions

View File

@@ -1,8 +1,6 @@
{ username, ... }:
{
nix.settings.trusted-users = [username];
# Don't allow mutation of users outside the config.
users.mutableUsers = false;