Try to get sea-store working
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user