Compare commits

..

No commits in common. "16bcf4b85a6eb4c4f7215775e40f5b428509517b" and "d8e1abcbf13cf55adb25b084d2bf60634004be83" have entirely different histories.

2 changed files with 1 additions and 9 deletions

View file

@ -107,8 +107,6 @@ in
services.gnome.gnome-keyring.enable = true; services.gnome.gnome-keyring.enable = true;
services.resolved.enable = true;
nix = lib.mkIf cfg.nixSaneDefaults { nix = lib.mkIf cfg.nixSaneDefaults {
gc = lib.mkIf (!cfg.useNh) { gc = lib.mkIf (!cfg.useNh) {
automatic = true; automatic = true;

View file

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