removed shale from leylas devices
This commit is contained in:
parent
50d1e8d5ea
commit
d04c5183ca
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue