added user config
This commit is contained in:
15
modules/system/core/user.nix
Normal file
15
modules/system/core/user.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
self,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
flake.nixosModules.userConfiguration = {
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
users.users.user01 = {
|
||||
initialPassword = "password";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user