This commit is contained in:
Tibo De Peuter 2025-11-25 07:34:03 +01:00
parent d24e46da9e
commit 6e878f2ee3
7 changed files with 116 additions and 17 deletions

View file

@ -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";