totoro: enable ipfs
This commit is contained in:
parent
a549f5bec3
commit
2a7b7517a8
1 changed files with 8 additions and 0 deletions
|
@ -31,6 +31,9 @@ in {
|
|||
"/srv" = zfs "tank/safe/srv";
|
||||
"/srv/pancake" = zfs "tank/safe/srv/pancake";
|
||||
|
||||
"/persist" = zfs "tank/safe/persist";
|
||||
"/store" = zfs "tank/local/store";
|
||||
|
||||
"/boot" = {
|
||||
device = "/dev/disk/by-uuid/D178-4E19";
|
||||
fsType = "vfat";
|
||||
|
@ -248,5 +251,10 @@ in {
|
|||
${pluginLines}
|
||||
'';
|
||||
|
||||
services.ipfs = {
|
||||
enable = true;
|
||||
dataDir = "/store/ipfs";
|
||||
};
|
||||
|
||||
system.stateVersion = "20.03";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue