diff --git a/hosts/muho/hardware-configuration.nix b/hosts/muho/hardware-configuration.nix index a71a1ed..7f74e34 100644 --- a/hosts/muho/hardware-configuration.nix +++ b/hosts/muho/hardware-configuration.nix @@ -26,15 +26,15 @@ options = [ "fmask=0077" "dmask=0077" ]; }; - # fileSystems."/storage0" = { - # device = "storage0"; - # fsType = "zfs"; - # }; + fileSystems."/storage0" = { + device = "storage0"; + fsType = "zfs"; + }; - # fileSystems."/storage1" = { - # device = "storage1"; - # fsType = "zfs"; - # }; + fileSystems."/storage1" = { + device = "storage1"; + fsType = "zfs"; + }; swapDevices = [{ device = "/dev/disk/by-uuid/f7ce07eb-563c-4c65-b465-b6c1ab88aede"; }]; diff --git a/modules/nixos/core/boot.nix b/modules/nixos/core/boot.nix index ffd0816..051e0d0 100644 --- a/modules/nixos/core/boot.nix +++ b/modules/nixos/core/boot.nix @@ -8,7 +8,7 @@ config = lib.mkIf config.mods.boot.enable { boot.loader = lib.mkIf config.mods.xorg.enable { - timeout = 1; + timeout = 2; efi.canTouchEfiVariables = true; grub = { enable = true;