diff --git a/hosts/temperance/configuration.nix b/hosts/temperance/configuration.nix index 05b7188..36cdf94 100644 --- a/hosts/temperance/configuration.nix +++ b/hosts/temperance/configuration.nix @@ -41,6 +41,9 @@ in { modules = { system = { impermanence.enable = true; + services = { + nextcloud.enable = true; + }; programs = { editors = { emacs.enable = true;