diff --git a/configuration.nix b/configuration.nix index 5ff6a02..f6c1b79 100644 --- a/configuration.nix +++ b/configuration.nix @@ -47,8 +47,10 @@ # Select internationalisation properties. i18n.defaultLocale = "en_US.UTF-8"; + users.mutableUsers = false; # I want it to be declarative. + # Define user accounts and passwords. - users.users.root.hashedPassword = lib.fileContents ./secrets/users/root/password.txt; + users.users.root.hashedPassword = lib.fileContents ./secrets/users/root/password.txt; users.users.ambroisie = { hashedPassword = lib.fileContents ./secrets/users/ambroisie/password.txt; description = "Bruno BELANYI";