mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 06:19:00 +00:00
tasks: update the device info
This commit is contained in:
parent
a916d78f09
commit
bc77582418
@ -65,7 +65,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/mnt/archives" = {
|
fileSystems."/mnt/archives" = {
|
||||||
device = "/dev/disk/by-partuuid/____CHANGE_THIS_PLEASE____";
|
device = "/dev/disk/by-uuid/6ba86a30-5fa4-41d9-8354-fa8af0f57f49";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
noCheck = true;
|
noCheck = true;
|
||||||
options = [
|
options = [
|
||||||
@ -73,7 +73,7 @@ in {
|
|||||||
# manual page.
|
# manual page.
|
||||||
"subvol=@"
|
"subvol=@"
|
||||||
"noatime"
|
"noatime"
|
||||||
"compress=zstd:4"
|
"compress=zstd:9"
|
||||||
"space_cache=v2"
|
"space_cache=v2"
|
||||||
|
|
||||||
# General mount options from mount.5 manual page.
|
# General mount options from mount.5 manual page.
|
||||||
|
@ -49,7 +49,7 @@ in {
|
|||||||
in {
|
in {
|
||||||
environment.systemPackages = [ yt-dlp-archive-variant ];
|
environment.systemPackages = [ yt-dlp-archive-variant ];
|
||||||
fileSystems."${mountName}" = {
|
fileSystems."${mountName}" = {
|
||||||
device = "/dev/disk/by-partuuid/____CHANGE_THIS_PLEASE____";
|
device = "/dev/disk/by-uuid/6ba86a30-5fa4-41d9-8354-fa8af0f57f49";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
noCheck = true;
|
noCheck = true;
|
||||||
options = [
|
options = [
|
||||||
@ -57,7 +57,7 @@ in {
|
|||||||
# manual page.
|
# manual page.
|
||||||
"subvol=@"
|
"subvol=@"
|
||||||
"noatime"
|
"noatime"
|
||||||
"compress=zstd:4"
|
"compress=zstd:9"
|
||||||
"space_cache=v2"
|
"space_cache=v2"
|
||||||
|
|
||||||
# General mount options from mount.5 manual page.
|
# General mount options from mount.5 manual page.
|
||||||
|
Loading…
Reference in New Issue
Block a user