mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-08-04 11:38:29 -07:00
Compare commits
No commits in common. "16bcf4b85a6eb4c4f7215775e40f5b428509517b" and "d8e1abcbf13cf55adb25b084d2bf60634004be83" have entirely different histories.
16bcf4b85a
...
d8e1abcbf1
2 changed files with 1 additions and 9 deletions
|
@ -107,8 +107,6 @@ in
|
|||
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
|
||||
services.resolved.enable = true;
|
||||
|
||||
nix = lib.mkIf cfg.nixSaneDefaults {
|
||||
gc = lib.mkIf (!cfg.useNh) {
|
||||
automatic = true;
|
||||
|
|
|
@ -11,8 +11,7 @@
|
|||
imports = [ ./hardware-configuration.nix ];
|
||||
|
||||
networking.hostName = "callisto";
|
||||
# time.timeZone = "America/Los_Angeles";
|
||||
time.timeZone = "Asia/Shanghai";
|
||||
time.timeZone = "America/Los_Angeles";
|
||||
|
||||
liminalOS = {
|
||||
flakeLocation = "/home/youwen/.config/liminalOS";
|
||||
|
@ -28,11 +27,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
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