modifications

This commit is contained in:
William 2024-03-16 12:53:43 -03:00
parent fd25b55d97
commit 01b8629429
4 changed files with 2 additions and 21 deletions

View file

@ -4,7 +4,7 @@
boot = { boot = {
loader = { loader = {
timeout = 1; timeout = 1;
# efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;
systemd-boot = { systemd-boot = {
enable = true; enable = true;
editor = false; editor = false;

View file

@ -4,23 +4,5 @@
console = { console = {
useXkbConfig = true; useXkbConfig = true;
earlySetup = true; earlySetup = true;
colors = [
"2E3440"
"3B4252"
"434C5E"
"4C566A"
"D8DEE9"
"E5E9F0"
"ECEFF4"
"8FBCBB"
"88C0D0"
"81A1C1"
"5E81AC"
"BF616A"
"D08770"
"EBCB8B"
"A3BE8C"
"B48EAD"
];
}; };
} }

View file

@ -5,7 +5,7 @@
networkmanager.enable = true; networkmanager.enable = true;
firewall = { firewall = {
enable = true; enable = true;
checkReversePath = "loose"; # Tailscale mail fail without this checkReversePath = "loose"; # Tailscale may fail without this
}; };
}; };
} }

View file

@ -8,7 +8,6 @@
theme = "colorful_sliced"; theme = "colorful_sliced";
}; };
initrd.systemd.enable = true; initrd.systemd.enable = true;
supportedFilesystems = [ "ntfs" ];
loader.efi.efiSysMountPoint = "/boot/efi"; loader.efi.efiSysMountPoint = "/boot/efi";
kernelPackages = pkgs.linuxPackages_xanmod_latest; kernelPackages = pkgs.linuxPackages_xanmod_latest;
extraModprobeConfig = '' extraModprobeConfig = ''