ssh, calendars

This commit is contained in:
Till 2026-01-20 00:16:33 +01:00
parent 55176fb9bc
commit 6a62e2f23f
3 changed files with 7 additions and 3 deletions

View file

@ -9,7 +9,10 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
networking.networkmanager.enable = true;
networking.networkmanager = {
enable = true;
plugins = with pkgs; [ networkmanager-openvpn ];
};
i18n.extraLocaleSettings = {
LC_TIME = "en_GB.UTF-8";