Update configuration.nix

This commit is contained in:
batvin321 2025-01-25 20:45:14 -05:00
parent f087e78aae
commit 873f288513

View File

@ -51,12 +51,12 @@
layout = "us";
};
# Define a user account. Don't forget to set a password with passwd.
# Define a user account. Don't forget to set a password with passwd.
programs.fish.enable = true;
users.users.arm = {
isNormalUser = true;
shell = pkgs.fish;
initialHashedPassword = "$y$j9T$0PPbSXGEwyGq6ZFvJMhmE/$D5ZlKOwR/4NCDD8eaxWiQiG1TTRSK4PfbQe/Tm60Id/";
initialPassword = "changeme";
extraGroups = [ "wheel" "networkmanager" "audio" "video" "cdrom" "input" "docker" "render"];
};