hosts: starting to add config for dnsc-machine
This commit is contained in:
parent
77b44f7f3c
commit
c1b775dbc5
4 changed files with 30 additions and 1 deletions
|
|
@ -37,6 +37,12 @@
|
|||
|
||||
services.xserver.xkb = {
|
||||
layout = "eu";
|
||||
videoDrivers = [ "nvidia" ];
|
||||
};
|
||||
|
||||
# Nvidia
|
||||
hardware = {
|
||||
# TODO Add from wiki
|
||||
};
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
|
|
@ -95,8 +101,9 @@
|
|||
# Tailscale
|
||||
services.tailscale.enable = true;
|
||||
|
||||
# Environment variables
|
||||
# Environment & session variables
|
||||
environment.variables.EDITOR = "nvim";
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue