Some pinentry setup; updated mnemosyne disk to use labels

This commit is contained in:
Random936
2026-05-18 09:42:06 -04:00
parent dd1d998fdf
commit 5491cfc0a2
3 changed files with 13 additions and 12 deletions

View File

@@ -18,8 +18,9 @@
fsType = "ext4";
};
# The label "storage" can be set using e2label.
fileSystems."/mnt/archive" = {
device = "/dev/disk/by-uuid/66103455-9fcd-4b5b-9735-37b85a51019d";
device = "/dev/disk/by-label/storage";
fsType = "ext4";
};