From 58ea9b3a79a9ab65e2e9b317d3ae6c9d962f2b11 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Fri, 26 Jan 2024 01:34:00 +0300 Subject: [PATCH] System : Fix typo. --- .config/linux/system/Common.nix | 2 +- .config/linux/system/Dasha.nix | 14 +++++++------- .config/linux/system/Voronind.nix | 14 +++++++------- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.config/linux/system/Common.nix b/.config/linux/system/Common.nix index b63e5da..9c3343d 100644 --- a/.config/linux/system/Common.nix +++ b/.config/linux/system/Common.nix @@ -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; diff --git a/.config/linux/system/Dasha.nix b/.config/linux/system/Dasha.nix index 290e5ca..cbde2fd 100644 --- a/.config/linux/system/Dasha.nix +++ b/.config/linux/system/Dasha.nix @@ -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; [ ]; }; } diff --git a/.config/linux/system/Voronind.nix b/.config/linux/system/Voronind.nix index a0c6fdf..553d8a1 100644 --- a/.config/linux/system/Voronind.nix +++ b/.config/linux/system/Voronind.nix @@ -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; [ ]; }; }