mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add zfs pools
This commit is contained in:
parent
e72fa70fae
commit
f32b18439d
2 changed files with 9 additions and 9 deletions
|
|
@ -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"; }];
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue