new user
This commit is contained in:
parent
fd26bc69f0
commit
c5f54df499
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,12 @@
|
||||||
dynamicBoost.enable = true;
|
dynamicBoost.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
users.users.nadine = {
|
||||||
|
isNormalUser = true;
|
||||||
|
description = "Nadine";
|
||||||
|
extraGroups = ["networkmanager"];
|
||||||
|
};
|
||||||
|
|
||||||
environment.sessionVariables.GAMEMODERUNEXEC = "nvidia-offload";
|
environment.sessionVariables.GAMEMODERUNEXEC = "nvidia-offload";
|
||||||
services.xserver.videoDrivers = ["nvidia"];
|
services.xserver.videoDrivers = ["nvidia"];
|
||||||
networking.hostName = "quadtop";
|
networking.hostName = "quadtop";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue