feat: HDD mount point
This commit is contained in:
@@ -30,7 +30,7 @@ in {
|
|||||||
}
|
}
|
||||||
{
|
{
|
||||||
capacity = "500G";
|
capacity = "500G";
|
||||||
path = "/hard/var/lib/garage/data";
|
path = "/mnt/sdb1/var/lib/garage/data";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -112,6 +112,12 @@ with lib; {
|
|||||||
programs.mosh.enable = true;
|
programs.mosh.enable = true;
|
||||||
programs.mosh.openFirewall = true;
|
programs.mosh.openFirewall = true;
|
||||||
|
|
||||||
|
# Mount points
|
||||||
|
fileSystems."/mnt/sdb1" = {
|
||||||
|
device = "/dev/disk/by-uuid/a47ddc97-d7f0-4e35-a283-4506e14a0729";
|
||||||
|
fsType = "ext4";
|
||||||
|
};
|
||||||
|
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user