Try to get sea-store working

This commit is contained in:
2021-10-17 23:12:49 -07:00
parent c9815b4caf
commit 56cea847f4
3 changed files with 17 additions and 11 deletions
+15
View File
@@ -37,6 +37,21 @@ in {
# };
# };
fudo.hosts.nostromo.encrypted-filesystems.sea-store = {
encrypted-device = "/dev/nostromo-store/locked";
key-path = "/run/keys/sea-store";
filesystem-type = "btrfs";
options = [ "noatime" "nodiratime" "compress=zstd" "noexec" ];
mountpoints = {
"/share/downloads" = {
options = [ "subvol=@downloads" ];
};
"/share/documents" = {
options = [ "subvol=@documents" ];
};
};
};
fudo.ipfs = {
enable = true;
users = [ "niten" ];