growl
This commit is contained in:
parent
c9f966320d
commit
1c11df5408
4 changed files with 23 additions and 5 deletions
|
@ -36,9 +36,9 @@
|
|||
};
|
||||
|
||||
fileSystems."/run/media/chris/Storage" =
|
||||
{ device = "/dev/disk/by-uuid/4c7d4273-7b72-4aa8-8e1c-e281543d06cb";
|
||||
{ device = "/dev/disk/by-label/Storage";
|
||||
fsType = "btrfs";
|
||||
options = [ "noatime" "space_cache=v2" "clear_cache" "compress=zstd:1" ];
|
||||
options = [ "noatime" "space_cache=v2" "compress=zstd:1" ];
|
||||
};
|
||||
|
||||
fileSystems."/run/media/chris/backup" =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue