System : Fix typo.
This commit is contained in:
parent
8e5f600d37
commit
58ea9b3a79
|
@ -37,7 +37,7 @@
|
|||
];
|
||||
|
||||
# Root user.
|
||||
users.users.root.hashedPasword = "$y$j9T$oGtA4mQejYUY1NDwq89BD0$JU9lGQ/9JHSJT4COjVBMti0rk5XHKhlyMDoCSSb4FOB"; # Use `mkpasswd`.
|
||||
users.users.root.hashedPassword = "$y$j9T$oGtA4mQejYUY1NDwq89BD0$JU9lGQ/9JHSJT4COjVBMti0rk5XHKhlyMDoCSSb4FOB"; # Use `mkpasswd`.
|
||||
|
||||
# Bootloader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
|
||||
{
|
||||
users.users.dasha = {
|
||||
hashedPasword = "$y$j9T$WGMPv/bRhGBUidcZLZ7CE/$raZhwFFdI/XvegVZVHLILJLMiBkOxSErc6gao/Cxt33"; # Use `mkpasswd`.
|
||||
uid = 1001;
|
||||
createHome = true;
|
||||
isNormalUser = true;
|
||||
description = "Daria Dranchak";
|
||||
extraGroups = [ "networkmanager" ];
|
||||
packages = with pkgs; [ ];
|
||||
hashedPassword = "$y$j9T$WGMPv/bRhGBUidcZLZ7CE/$raZhwFFdI/XvegVZVHLILJLMiBkOxSErc6gao/Cxt33"; # Use `mkpasswd`.
|
||||
uid = 1001;
|
||||
createHome = true;
|
||||
isNormalUser = true;
|
||||
description = "Daria Dranchak";
|
||||
extraGroups = [ "networkmanager" ];
|
||||
packages = with pkgs; [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
|
||||
{
|
||||
users.users.voronind = {
|
||||
hashedPasword = "$y$j9T$rKgZoYowFRGVehQOKr0y41$4kiumsRDBYS8NLWvOwlEyzoaS8f21kn3dcUR74waCQ."; # Use `mkpasswd`.
|
||||
uid = 1000;
|
||||
createHome = true;
|
||||
isNormalUser = true;
|
||||
description = "Dmitry Voronin";
|
||||
extraGroups = [ "networkmanager" ];
|
||||
packages = with pkgs; [ ];
|
||||
hashedPassword = "$y$j9T$rKgZoYowFRGVehQOKr0y41$4kiumsRDBYS8NLWvOwlEyzoaS8f21kn3dcUR74waCQ."; # Use `mkpasswd`.
|
||||
uid = 1000;
|
||||
createHome = true;
|
||||
isNormalUser = true;
|
||||
description = "Dmitry Voronin";
|
||||
extraGroups = [ "networkmanager" ];
|
||||
packages = with pkgs; [ ];
|
||||
};
|
||||
}
|
||||
|
|
Reference in a new issue