mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-08-04 03:28:30 -07:00
chore(callisto): set time zone and enable mullvad vpn
This commit is contained in:
parent
ec85fd633f
commit
16bcf4b85a
1 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue