Add separate steam user
This commit is contained in:
@@ -16,4 +16,17 @@
|
||||
packages = with pkgs; [
|
||||
];
|
||||
};
|
||||
users.users.steam = {
|
||||
isNormalUser = true;
|
||||
initialPassword = "steam";
|
||||
home = "/home/steam";
|
||||
description = "Steam user";
|
||||
shell = pkgs.zsh;
|
||||
extraGroups = [ "networkmanager" ];
|
||||
# Install some user packages
|
||||
packages = with pkgs; [
|
||||
steam
|
||||
steamcmd
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user