WIP
This commit is contained in:
parent
d24e46da9e
commit
6e878f2ee3
7 changed files with 116 additions and 17 deletions
|
|
@ -78,9 +78,15 @@
|
|||
|
||||
networking.hostName = "Tibo-NixDesk";
|
||||
|
||||
services.xserver.xkb = {
|
||||
layout = "us";
|
||||
variant = "altgr-intl";
|
||||
services = {
|
||||
xserver.xkb = {
|
||||
layout = "us";
|
||||
variant = "altgr-intl";
|
||||
};
|
||||
|
||||
openvpn.servers = {
|
||||
tryHackMeVPN = { config = '' config /root/nixos/openvpn/tryHackMeVPN-tdpeuter.conf ''; };
|
||||
};
|
||||
};
|
||||
|
||||
system.stateVersion = "24.05";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue