{pkgs, ...}: { users.users = { root = { # inherit initialHashedPassword; hashedPasswordFile = "/persist/passwordFiles/root"; }; grm = { # inherit initialHashedPassword; hashedPasswordFile = "/persist/passwordFiles/grm"; description = "grm"; isNormalUser = true; extraGroups = ["wheel" "audio" "docker" "networkmanager"]; }; }; # Don't allow mutation of users outside of the config. users.mutableUsers = false; # programs.steam = { # enable = true; # remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play # dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server # }; }