diff --git a/hosts/common/boot.nix b/hosts/common/boot.nix index c0b2a9d..6fa4e01 100644 --- a/hosts/common/boot.nix +++ b/hosts/common/boot.nix @@ -4,7 +4,7 @@ boot = { loader = { timeout = 1; - # efi.canTouchEfiVariables = true; + efi.canTouchEfiVariables = true; systemd-boot = { enable = true; editor = false; diff --git a/hosts/common/console.nix b/hosts/common/console.nix index 33b6bf3..12cfbfe 100644 --- a/hosts/common/console.nix +++ b/hosts/common/console.nix @@ -4,23 +4,5 @@ console = { useXkbConfig = true; earlySetup = true; - colors = [ - "2E3440" - "3B4252" - "434C5E" - "4C566A" - "D8DEE9" - "E5E9F0" - "ECEFF4" - "8FBCBB" - "88C0D0" - "81A1C1" - "5E81AC" - "BF616A" - "D08770" - "EBCB8B" - "A3BE8C" - "B48EAD" - ]; }; } diff --git a/hosts/common/networking.nix b/hosts/common/networking.nix index 17cd2cb..f9faece 100644 --- a/hosts/common/networking.nix +++ b/hosts/common/networking.nix @@ -5,7 +5,7 @@ networkmanager.enable = true; firewall = { enable = true; - checkReversePath = "loose"; # Tailscale mail fail without this + checkReversePath = "loose"; # Tailscale may fail without this }; }; } diff --git a/hosts/desktops/common/boot.nix b/hosts/desktops/common/boot.nix index e0d2249..3ee00d3 100644 --- a/hosts/desktops/common/boot.nix +++ b/hosts/desktops/common/boot.nix @@ -8,7 +8,6 @@ theme = "colorful_sliced"; }; initrd.systemd.enable = true; - supportedFilesystems = [ "ntfs" ]; loader.efi.efiSysMountPoint = "/boot/efi"; kernelPackages = pkgs.linuxPackages_xanmod_latest; extraModprobeConfig = ''