Common: enable nfs support

This commit is contained in:
Toast 2023-09-09 20:59:33 +02:00
parent 5af49c32e2
commit e3577910d1

View file

@ -30,6 +30,8 @@
useXkbConfig = true; useXkbConfig = true;
}; };
boot.supportedFilesystems = [ "nfs" ];
# Set up localisation # Set up localisation
i18n = { i18n = {
defaultLocale = "en_US.UTF-8"; defaultLocale = "en_US.UTF-8";