Add zfs pools

This commit is contained in:
muon 2024-11-29 12:10:02 +00:00
parent e72fa70fae
commit f32b18439d
2 changed files with 9 additions and 9 deletions

View file

@ -26,15 +26,15 @@
options = [ "fmask=0077" "dmask=0077" ]; options = [ "fmask=0077" "dmask=0077" ];
}; };
# fileSystems."/storage0" = { fileSystems."/storage0" = {
# device = "storage0"; device = "storage0";
# fsType = "zfs"; fsType = "zfs";
# }; };
# fileSystems."/storage1" = { fileSystems."/storage1" = {
# device = "storage1"; device = "storage1";
# fsType = "zfs"; fsType = "zfs";
# }; };
swapDevices = swapDevices =
[{ device = "/dev/disk/by-uuid/f7ce07eb-563c-4c65-b465-b6c1ab88aede"; }]; [{ device = "/dev/disk/by-uuid/f7ce07eb-563c-4c65-b465-b6c1ab88aede"; }];

View file

@ -8,7 +8,7 @@
config = lib.mkIf config.mods.boot.enable { config = lib.mkIf config.mods.boot.enable {
boot.loader = lib.mkIf config.mods.xorg.enable { boot.loader = lib.mkIf config.mods.xorg.enable {
timeout = 1; timeout = 2;
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;
grub = { grub = {
enable = true; enable = true;