hermit/configuration.nix: enable nextcloud
This commit is contained in:
parent
3158f69ab3
commit
a0bc8023a6
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@
|
||||||
modules = {
|
modules = {
|
||||||
system = {
|
system = {
|
||||||
impermanence.enable = false;
|
impermanence.enable = false;
|
||||||
|
services = {
|
||||||
|
nextcloud.enable = true;
|
||||||
|
};
|
||||||
hardware = {
|
hardware = {
|
||||||
nvidia.enable = true;
|
nvidia.enable = true;
|
||||||
bluetooth = {
|
bluetooth = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue