wip: dnsc-machine setup
This commit is contained in:
parent
1c594f80d3
commit
69001a0726
1 changed files with 5 additions and 2 deletions
|
|
@ -41,8 +41,11 @@
|
||||||
};
|
};
|
||||||
security.sudo.enable = true;
|
security.sudo.enable = true;
|
||||||
|
|
||||||
services.xserver.xkb = {
|
services.xserver= {
|
||||||
|
xkb = {
|
||||||
layout = "eu";
|
layout = "eu";
|
||||||
|
};
|
||||||
|
|
||||||
videoDrivers = [ "nvidia" ];
|
videoDrivers = [ "nvidia" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue