refactor: use 'default.nix' for all modules
This commit is contained in:
10
modules/users/default.nix
Normal file
10
modules/users/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
users.users.h = {
|
||||
isNormalUser = true;
|
||||
description = "h";
|
||||
extraGroups = [ "wheel" ];
|
||||
initialPassword = "h";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user