mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Removed nextcloud from GUI machines.
This commit is contained in:
parent
118a96a9e8
commit
6b566d6b94
2 changed files with 0 additions and 8 deletions
|
|
@ -6,7 +6,6 @@
|
|||
./kitty.nix
|
||||
./packages.nix
|
||||
./email.nix
|
||||
./nextcloud.nix
|
||||
./gpg.nix
|
||||
./gtk.nix
|
||||
./music.nix
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
config = lib.mkIf config.deploy.profile.gui {
|
||||
services.nextcloud-client.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue