{ self, inputs, ... }: { flake.nixosModules.userConfiguration = { pkgs, lib, ... }: { users.users.user01 = { initialPassword = "password"; }; }; }