mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-08-04 19:48:29 -07:00
Compare commits
2 commits
d8e1abcbf1
...
16bcf4b85a
Author | SHA1 | Date | |
---|---|---|---|
16bcf4b85a | |||
ec85fd633f |
2 changed files with 9 additions and 1 deletions
|
@ -107,6 +107,8 @@ 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;
|
||||||
|
|
|
@ -11,7 +11,8 @@
|
||||||
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";
|
||||||
|
@ -27,6 +28,11 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue