Using hashedPassword for the pi + set primary group

This commit is contained in:
2025-10-02 15:08:56 +03:00
parent b9042baf11
commit eb82fd2bbc

View File

@@ -2,8 +2,10 @@
{ {
users.users.boxuser = { users.users.boxuser = {
isNormalUser = true; isNormalUser = true;
group = "boxuser";
extraGroups = ["wheel" "docker" "networkmanager"]; # Enable sudo for the user. extraGroups = ["wheel" "docker" "networkmanager"]; # Enable sudo for the user.
password = "boxuser"; hashedPassword = "$6$Gk6L21XBSf.YbfU1$eadMLbwvAgudTjPOLCsZfRNxfGptARnAazhs0xz/GcNEYGQS/GjLov/jJsHnPIKBNIPQJEG4XhZ3K097bfi
1c1";
packages = with pkgs; [ packages = with pkgs; [
fastfetch fastfetch
]; ];