[NixOS] Enable kbfs filesystem

This commit is contained in:
2018-07-11 20:14:18 -07:00
parent 444acff526
commit 45f1b865f4
2 changed files with 1 additions and 12 deletions

View File

@@ -229,6 +229,7 @@ in
userServices = true;
};
};
services.kbfs.enable = true;
sound.enable = true;
hardware.pulseaudio.enable = true;