hosts/ni: add filesystem setup

This commit is contained in:
Gabriel Arazas 2023-07-24 15:24:49 +08:00
parent 35f0abedd0
commit 9a47f44c4e
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -100,6 +100,10 @@
emulators.enable = true;
retro-computing.enable = true;
};
filesystem = {
tools.enable = true;
setups.personal-webstorage.enable = true;
};
vpn.personal.enable = true;
};