chore(callisto): set time zone and enable mullvad vpn

This commit is contained in:
Youwen Wu 2025-07-01 22:42:35 -07:00
parent ec85fd633f
commit 16bcf4b85a
Signed by: youwen
GPG key ID: 865658ED1FE61EC3

View file

@ -11,7 +11,8 @@
imports = [ ./hardware-configuration.nix ];
networking.hostName = "callisto";
time.timeZone = "America/Los_Angeles";
# time.timeZone = "America/Los_Angeles";
time.timeZone = "Asia/Shanghai";
liminalOS = {
flakeLocation = "/home/youwen/.config/liminalOS";
@ -27,6 +28,11 @@
};
};
services.mullvad-vpn = {
enable = true;
package = pkgs.mullvad-vpn;
};
boot = {
loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = false;