bugfix
This commit is contained in:
parent
cb88e8405e
commit
eeb2575881
@ -13,6 +13,7 @@
|
|||||||
boot.plymouth.enable = true;
|
boot.plymouth.enable = true;
|
||||||
|
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
boot.loader.systemd-boot.configurationLimit = 2;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
# Use xanmod kernel
|
# Use xanmod kernel
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
description = "NixOS configuration for GPD Win Max";
|
description = "NixOS configuration for GPD Win Max";
|
||||||
|
|
||||||
nixConfig = {
|
nixConfig = {
|
||||||
|
auto-optimise-store = true;
|
||||||
substituters = [
|
substituters = [
|
||||||
"https://mirrors.ustc.edu.cn/nix-channels/store" # 中科大
|
"https://mirrors.ustc.edu.cn/nix-channels/store" # 中科大
|
||||||
"https://mirrors.tuna.tsinghua.edu.cn/nix-channels/store" # 清华
|
"https://mirrors.tuna.tsinghua.edu.cn/nix-channels/store" # 清华
|
||||||
|
@ -6,7 +6,9 @@
|
|||||||
|
|
||||||
# Enable automatic login for the user.
|
# Enable automatic login for the user.
|
||||||
services = {
|
services = {
|
||||||
|
logrotate.checkConfig = false;
|
||||||
flatpak.enable = true;
|
flatpak.enable = true;
|
||||||
|
|
||||||
greetd = {
|
greetd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = rec {
|
settings = rec {
|
||||||
|
Reference in New Issue
Block a user