Removed nextcloud from GUI machines.

This commit is contained in:
kat witch 2021-03-14 02:55:12 +00:00
parent 118a96a9e8
commit 6b566d6b94
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
2 changed files with 0 additions and 8 deletions

View file

@ -6,7 +6,6 @@
./kitty.nix
./packages.nix
./email.nix
./nextcloud.nix
./gpg.nix
./gtk.nix
./music.nix

View file

@ -1,7 +0,0 @@
{ config, lib, pkgs, ... }:
{
config = lib.mkIf config.deploy.profile.gui {
services.nextcloud-client.enable = true;
};
}