share workstation config
This commit is contained in:
parent
bafa89a265
commit
1e0474b124
3 changed files with 16 additions and 14 deletions
10
share/workstation.nix
Normal file
10
share/workstation.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# just classic DHCP, wired only
|
||||
networking.networkmanager.enable = false;
|
||||
networking.useDHCP = true;
|
||||
|
||||
# EurKey layout
|
||||
services.xserver.xkb.layout = "eu";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue