Formatted
This commit is contained in:
parent
d73191e526
commit
fbfa70195b
63 changed files with 906 additions and 899 deletions
|
@ -1,14 +1,14 @@
|
|||
{ ... }:
|
||||
{
|
||||
|
||||
# environment.systemPackages = with pkgs; [
|
||||
# mergerfs
|
||||
# ];
|
||||
# environment.systemPackages = with pkgs; [
|
||||
# mergerfs
|
||||
# ];
|
||||
|
||||
fileSystems."/mnt/data" = {
|
||||
device = "/dev/disk/by-id/wwn-0x500a0751e6b6c60f-part1";
|
||||
fsType = "btrfs";
|
||||
options = [" noatime=true compress=zstd:12 "];
|
||||
options = [ " noatime=true compress=zstd:12 " ];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue