temperance/configuration.nix: enable nextcloud
This commit is contained in:
parent
9cc2ff512c
commit
3158f69ab3
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@ in {
|
|||
modules = {
|
||||
system = {
|
||||
impermanence.enable = true;
|
||||
services = {
|
||||
nextcloud.enable = true;
|
||||
};
|
||||
programs = {
|
||||
editors = {
|
||||
emacs.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue