From d04c5183ca860a739f56a79401c9af15bcdd6988 Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Mon, 24 Feb 2025 18:40:52 -0600 Subject: [PATCH] removed shale from leylas devices --- modules/nixos-modules/sync.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/modules/nixos-modules/sync.nix b/modules/nixos-modules/sync.nix index b067bfb..07d7bb3 100644 --- a/modules/nixos-modules/sync.nix +++ b/modules/nixos-modules/sync.nix @@ -87,13 +87,17 @@ in { twilight = lib.mkIf (config.networking.hostName != "twilight") "twilight"; horizon = lib.mkIf (config.networking.hostName != "horizon") "horizon"; leylaDevices = [ + defiant ceder coven - shale - defiant twilight horizon ]; + superNoteTablets = [ + defiant + ceder + shale + ]; in lib.mkMerge [ config.host.sync.folders.extraFolders